Search
AxesChart3D.GridStrokes Property
See Also
 





Gets or sets the brushes for the grid lines. This is a dependency property.

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.

 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