Gets or sets the brushes for drawing horizontal grid stripes in custom grids.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public BrushCollection HorGridBrushes { get; set; } |
Visual Basic
![]() |
---|
Public Property HorGridBrushes As BrushCollection |
An object of type MindFusion.Drawing.BrushCollection.
The GridType should be set to GridType.Custom and HorGridPoints should not be empty. If the brushes are less than the grid stripes to be filled, they are used in a cycle.
Default value for the HorGridBrushes property is an empty BrushCollection, in this case no stripes are drawn.