A newer version of this page is available.
Switch to the current version.
SeriesLabelBase.TextOrientation Property
Specifies the direction of text within the series labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public virtual TextOrientation TextOrientation { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<XtraSerializableProperty>
Public Overridable Property TextOrientation As TextOrientation
Property Value
Type | Description |
---|---|
TextOrientation | A TextOrientation enumeration value, specifying the text direction for the series labels. |
Remarks
The following images demonstrate the TextOrientation property in action.
TextOrientation = Horizontal | TextOrientation = TopToBottom | TextOrientation = BottomToTop |
---|---|---|
![]() |
![]() |
![]() |
Implements
DevExpress.XtraCharts.Native.ISeriesLabelPropertiesProvider.TextOrientation
See Also
Feedback