Enum TextOrientation
Specifies text orientation in a chart element.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum TextOrientation
Fields
Name | Description |
---|---|
Auto | Text orientation is automatically determined, based on the type of chart element in which the text appears. |
Horizontal | Text is horizontal. |
Rotated270 | Text is rotated 270 degrees and oriented from bottom to top. |
Rotated90 | Text is rotated 90 degrees and oriented from top to bottom. |
Stacked | Text characters are not rotated and are positioned one below the other. |