A newer version of this page is available.
Switch to the current version.
TextOrientation Enum
Lists the values used to specify the orientation of series labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum TextOrientation
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum TextOrientation
Members
Name | Description |
---|---|
Horizontal | The series labels are not rotated. |
TopToBottom | The series labels are rotated vertically, clockwise. |
BottomToTop | The series labels are rotated vertically, counterclockwise. |
Related API Members
The following properties accept/return TextOrientation values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | FunnelSeriesLabel.TextOrientation |
PieSeriesLabel.TextOrientation | |
SeriesLabelBase.TextOrientation | |
WinForms Controls | FunnelSeriesLabelModel.TextOrientation |
PieSeriesLabelModel.TextOrientation | |
SeriesLabelBaseModel.TextOrientation |
Remarks
The values listed by the TextOrientation enumeration are used to set the SeriesLabelBase.TextOrientation property.
See Also
Feedback