Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartLegend Class / InterlacedRowsColor Property

In This Topic
    InterlacedRowsColor Property
    In This Topic
    Gets or sets the background color to use for interlaced legend rows.

    If null (default), the chart area background color will be used.

    Syntax
    'Declaration
     
    Public Property InterlacedRowsColor As RdlColor
    public RdlColor InterlacedRowsColor {get; set;}
    See Also