SankeyNodeLabel.TextOrientation Property
Gets or sets the Sankey node label orientation.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
TextOrientation | Specifies the node label orientation. |
Available values:
Name | Description |
---|---|
Horizontal | The series labels are horizontal. |
TopToBottom | The series labels are vertical, rotated clockwise. |
BottomToTop | The series labels are vertical, rotated counterclockwise. |
Remarks
TextOrientation Value | Description | Image |
---|---|---|
Horizontal | Node labels are horizontal. | |
TopToBottom | Node labels are vertical, rotated clockwise. | |
BottomToTop | Node labels are vertical, rotated counterclockwise. |
See Also