TextOrientation Enum
In This Article
Lists the values used to specify the orientation of series labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum TextOrientation
#Members
Name | Description |
---|---|
Horizontal
|
The series labels are not rotated. |
Top
|
The series labels are rotated vertically, clockwise. |
Bottom
|
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 | Funnel |
Pie |
|
Sankey |
|
Series |
|
Win |
Funnel |
Pie |
|
Series |
#Remarks
The values listed by the TextOrientation enumeration are used to set the SeriesLabelBase.TextOrientation property.
See Also