Gets or sets the orientation of grid labels at the X - axis.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public LabelOrientation XGridLabelsOrientation { get; set; } |
Visual Basic
![]() |
---|
Public Property XGridLabelsOrientation As LabelOrientation |
One of the LabelOrientation Enumeration values.
The property specifies the orientation of grid labels drawn at the X-axis when the GridType is GridType.Custom. Grid labels are specified with the XGridLabels property. Their position depends on the VertGridPoints and GridLabelsAtLines properties.
Default value for XGridLabelsOrientation property is LabelOrientation.InRow.