Gets or sets the brushes for drawing custom grid labels at the Y-axis. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type MindFusion.Drawing.BrushCollection. RemarksThe 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. See Also |