Gets or sets the brushes for drawing custom grid labels at the Y-axis. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public BrushCollection YGridLabelBrushes { get; set; } |
Visual Basic
![]() |
---|
Public Property YGridLabelBrushes As BrushCollection |
An object of type MindFusion.Drawing.BrushCollection.
The property specifies the brushes for drawing custom grid labels at the Y-axis. If the BrushCollection is empty, YAxisSettings.LabelBrush is used for drawing the grid labels. The property is used only when the GridType is set to GridType.Custom and HorGridPoints is not an empty list. The labels are set with YGridLabels.
If the brushes are less than the grid labels, the control uses them in a cycle.
Default value for the YGridLabelBrushes property is an empty BrushCollection.