Gets or sets the brushes for the grid lines. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public List<Brush> GridStrokes { get; set; } |
Visual Basic
![]() |
---|
Public Property GridStrokes As List(Of Brush) |
A strongly typed list of Brush objects.
Each line in the chart grid is drawn with a subsequent Brush from the GridStrokes collection. If the count of brushes is less than the count of grid lines the control cycles through them.