Gets or sets the labels drawn at the Y2-axis in custom grids.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public IList Y2GridLabels { get; set; } |
Visual Basic
![]() |
---|
Public Property Y2GridLabels As IList |
An instance of type .NET IList that holds the labels.
Y2GridLabels are drawn when the GridType is GridType.Custom, the HorGridPoints and Y2Data properties are not empty lists. The labels are drawn at grid lines or in the middle of the grid segments as stated by the GridLabelsAtLines property.
When the brushes are less than the labels, they are used in cycle. If no brushes are set, Y2AxisSettings.LabelBrush is used instead.
Default value of Y2GridLabels is an empty IList.