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





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

 Syntax

C#  Copy Code

public LabelOrientation Y2GridLabelsOrientation { get; set; }

Visual Basic  Copy Code

Public Property Y2GridLabelsOrientation As LabelOrientation

 Property Value

One of the LabelOrientation Enumeration values.

 Remarks

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.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace