Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapeTextDirection Enum

Lists values used to specify the text direction in a chart element.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public enum ShapeTextDirection

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.

Remarks

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

See Also