officefileapi-devexpress-dot-spreadsheet-dot-charts-a21c5ff9.md
Lists values used to specify the text direction in a chart element.
Namespace : DevExpress.Spreadsheet.Charts
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum ShapeTextDirection
Public Enum ShapeTextDirection
| 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.
|
The following properties accept/return ShapeTextDirection values:
The values listed by this enumeration are used to set the ShapeTextFormat.TextDirection property.
See Also