Gets or sets the orientation for labels drawn at the second y-axis in a custom grid with horizontal stripes.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public LabelOrientation Y2GridLabelsOrientation { get; set; } |
Visual Basic Copy Code |
---|
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.