ShapeTextDirection Enum
Lists values used to specify the text direction in a chart element.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Horizontal
|
Specifies that the horizontal text should be used. |
Rotated90
|
Specifies that the text should be rotated by 90 degrees and oriented from top to bottom. |
Rotated270
|
Specifies that the text should be rotated by 270 degrees and oriented from bottom to top. |
Stacked
|
Specifies that text characters should be positioned one below the other. |
Related API Members
The following properties accept/return ShapeTextDirection values:
Remarks
The values listed by this enumeration are used to set the ShapeTextFormat.TextDirection property.