Back to Devexpress

ShapeTextDirection Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-a21c5ff9.md

latest1.5 KB
Original Source

ShapeTextDirection Enum

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

Declaration

csharp
public enum ShapeTextDirection
vb
Public Enum ShapeTextDirection

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used to set the ShapeTextFormat.TextDirection property.

See Also

DevExpress.Spreadsheet.Charts Namespace