MindFusion.Charting Programmer's Guide

AxesChart.XGridLabelBrushes Property

See Also
 





Gets or sets the brushes for drawing labels at the X-axis in custom grids.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public BrushCollection XGridLabelBrushes { get; set; }

Visual Basic  Copy Code

Public Property XGridLabelBrushes As BrushCollection

 Property Value

 Remarks

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.

 See Also