MindFusion.Charting for Silverlight Programmer's Guide
AxesChart.GridStrokes Property
See Also
 






Gets or sets the brushes for the grid lines.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public BrushCollection GridStrokes { get; set; }

Visual Basic  Copy Code

Public Property GridStrokes As BrushCollection

 Property Value

An instance of the BrushCollection class. Default value is an empty list.

 Remarks

The property is used to draw the grid lines when the GridType is not GridType.None. If it is an empty list the grid is drawn without grid lines, just stripes.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Silverlight Namespace