MindFusion.Charting Programmer's Guide

AxesChart.Y2GridLabelsOrientation Property

See Also
 





Gets or sets the orientation of grid labels at the Y2-axis in custom grids.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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