SankeyNodeLabel.TextOrientation Property
Gets or sets text orientation for node labels.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public TextOrientation TextOrientation { get; set; }
#Property Value
Type | Description |
---|---|
Text |
A value that specifies text orientation for node labels. |
Available values:
Name | Description |
---|---|
Horizontal | The series labels are not rotated. |
Top |
The series labels are rotated vertically, clockwise. |
Bottom |
The series labels are rotated vertically, counterclockwise. |