MindFusion WinForms 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
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public BrushCollection Y2GridLabelBrushes { get; set; }

Visual Basic  Copy Code

Public Property Y2GridLabelBrushes As BrushCollection

 Property Value

An object of type MindFusion.Drawing.BrushCollection.

 Remarks

Grid labels are drawn when the GridType is GridType.Custom and HorGridPoints and Y2Data are not empty. The labels are set with 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

Y2Data
Y2GridLabels
HorGridPoints
AxesChart Members
AxesChart Class
MindFusion.Charting Namespace