SankeyNodeLabel.TextOrientation Property
In This Article
Gets or sets the Sankey node label orientation.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public TextOrientation TextOrientation { get; set; }
#Property Value
Type | Description |
---|---|
Text |
Specifies the node label orientation. |
Available values:
Name | Description |
---|---|
Horizontal | The series labels are horizontal. |
Top |
The series labels are vertical, rotated clockwise. |
Bottom |
The series labels are vertical, rotated counterclockwise. |
#Remarks
Text |
Description | Image |
---|---|---|
Horizontal | Node labels are horizontal. | ![]() |
Top |
Node labels are vertical, rotated clockwise. | ![]() |
Bottom |
Node labels are vertical, rotated counterclockwise. | ![]() |
See Also