Gets or sets the brushes for drawing labels at the X-axis in custom grids. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public BrushCollection XGridLabelBrushes { get; set; } |
Visual Basic
![]() |
---|
Public Property XGridLabelBrushes As BrushCollection |
An object of type MindFusion.Drawing.BrushCollection.
Use XGridLabels to set custom labels in grids with vertical stripes. The GridType should be set to GridType.Custom. The position of the labels depends on the VertGridPoints and GridLabelsAtLines properties.
If the brushes are less than the grid labels, the control cycles through them.
Default value for the XGridLabelBrushes property is an empty BrushCollection.