Grids

It represents a collection of ChartGrid in a Chart.

 

Type: ChartGridCollection

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.AxesX>

<vc:Axis>

<vc:Axis.Grids>

<vc:ChartGrid LineColor="Red"/>

</vc:Axis.Grids>

</vc:Axis>

</vc:Chart.AxesX>

 

<vc:Chart.AxesY>

<vc:Axis>

<vc:Axis.Grids>

<vc:ChartGrid LineColor="Green"/>

</vc:Axis.Grids>

</vc:Axis>

</vc:Chart.AxesY>

</vc:Chart>

 

Remarks:

  1. It is a parent element for ChartGrid.

  2. Currently Visifire supports only one ChartGrid object inside a Grids collection.