Back to Devexpress

TextOrientation Enum

corelibraries-devexpress-dot-xtracharts-dd8c438d.md

latest2.7 KB
Original Source

TextOrientation Enum

Lists the values used to specify the orientation of series labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum TextOrientation
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum TextOrientation

Members

NameDescription
Horizontal

The series labels are not rotated.

| | TopToBottom |

The series labels are rotated vertically, clockwise.

| | BottomToTop |

The series labels are rotated vertically, counterclockwise.

|

The following properties accept/return TextOrientation values:

LibraryRelated API Members
Cross-Platform Class LibraryFunnelSeriesLabel.TextOrientation
PieSeriesLabel.TextOrientation
SankeyNodeLabel.TextOrientation
SeriesLabelBase.TextOrientation
WinForms ControlsFunnelSeriesLabelModel.TextOrientation
PieSeriesLabelModel.TextOrientation
SeriesLabelBaseModel.TextOrientation

Remarks

The values listed by the TextOrientation enumeration are used to set the SeriesLabelBase.TextOrientation property.

See Also

TextOrientation

DevExpress.XtraCharts Namespace