MindFusion WinForms Programmer's Guide
AxesChart.Y2GridLabels Property
See Also
 





Gets or sets the labels for the second y-axis in a custom grid with horizontal stripes.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public IList Y2GridLabels { get; set; }

Visual Basic  Copy Code

Public Property Y2GridLabels As IList

 Property Value

An instance of type .NET IList that holds the labels.

 Remarks

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.

Default value of Y2GridLabels is an empty IList.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace