Charting for WPF Programmer's Guide

AxesChart.GridStrokes Property

See Also
 


Gets or sets the brushes for the grid lines.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property GridStrokes As List(Of Brush)

 Property Value

A strongly typed list of 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