Gets or sets the orientation of grid labels at the Y2-axis in custom grids.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public LabelOrientation Y2GridLabelsOrientation { get; set; } |
Visual Basic
![]() |
---|
Public Property Y2GridLabelsOrientation As LabelOrientation |
One of the LabelOrientation Enumeration values.
Grid labels at the Y2-axis are drawn when the GridType is GridType.Custom, HorGridPoints and Y2Data are not empty lists. The labels are set with Y2GridLabels. Their position depends on the value of the GridLabelsAtLines property.
Default value of Y2GridLabelsOrientation is LabelOrientation.InRow.