MindFusion.Charting Programmer's Guide

AxesChart.Y2GridLabelBrushes Property

See Also
 





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

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public BrushCollection Y2GridLabelBrushes { get; set; }

Visual Basic  Copy Code

Public Property Y2GridLabelBrushes As BrushCollection

 Property Value

 Remarks

Grid 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