Gets or sets the brushes for the grid lines.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public BrushCollection GridStrokes { get; set; } |
Visual Basic
![]() |
---|
Public Property GridStrokes As BrushCollection |
An instance of the BrushCollection class. Default value is an empty list.
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.