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