Gets or sets the brushes for the grid lines.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public List<Brush> GridStrokes { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridStrokes As List(Of Brush) |
A list of WPF Brush objects. The default is an empty list.
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.