Gets or sets the brushes for drawing labels at the X-axis in custom grids. Namespace: MindFusion.Charting Syntax
Property ValueAn object of type MindFusion.Drawing.BrushCollection. RemarksUse 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 |