Gets or sets the labels for the second y-axis in a custom grid with horizontal stripes.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public IList Y2GridLabels { get; set; } |
Visual Basic Copy Code |
---|
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.
Default value of Y2GridLabels is an empty IList.