Gets or sets the brushes for the grid stripes. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public List<Brush> GridFills { get; set; } |
Visual Basic
![]() |
---|
Public Property GridFills As List(Of Brush) |
A list of WPF Brush objects.
Each stripe in the chart grid is drawn with a subsequent Brush taken from GridFills. If the count of brushes is smaller than the count of grid stripes the control cycles through them.