Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ShapeTextDirection Enum

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

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

#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.

#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.

See Also