MindFusion.Wpf Pack Programmer's Guide
AxesChart.GridStrokes Property
See Also
 





Gets or sets the brushes for the grid lines.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public List<Brush> GridStrokes { get; set; }

Visual Basic  Copy Code

Public Property GridStrokes As List(Of Brush)

 Property Value

A list of WPF Brush objects. The default is an empty list.

 Remarks

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.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Wpf Namespace