Gets or sets the brushes for drawing labels at the Y2-axis in custom grids. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type MindFusion.Drawing.BrushCollection. RemarksGrid labels are drawn when the GridType is GridType.Custom and HorGridPoints and Y2Data are not empty. The labels are set wtih Y2GridLabels. They are drawn either at the grid lines or in the middle of the grid segments - use GridLabelsAtLines to set this. If the brushes are less than the grid labels, the control cycles through them. If no brushes are set, the Y2AxisSettings.LabelBrush is used. Default value for the Y2GridLabelBrushes property is an empty BrushCollection. See Also |