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


