Gets or Sets the color of the bands for the ChartGrid.
Type: Brush
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.AxesY>
<vc:Axis ...>
<vc:Axis.Grids>
<vc:ChartGrid InterlacedColor="AliceBlue"/>
</vc:Axis.Grids>
</vc:Axis>
</vc:Chart.AxesY>
</vc:Chart>
Below is the chart after setting InterlacedColor property in ChartGrid.

Remarks:
Any Brush derived from the System.Windows.Media::Brush can be applied to this attribute.
InterlacedColor property cannot be null if set from XAML.