Back to Devexpress

SankeyNodeLabel.TextOrientation Property

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeynodelabel.md

latest2.2 KB
Original Source

SankeyNodeLabel.TextOrientation Property

Gets or sets the Sankey node label orientation.

Namespace : DevExpress.Xpf.Charts.Sankey

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public TextOrientation TextOrientation { get; set; }
vb
Public Property TextOrientation As TextOrientation

Property Value

TypeDescription
TextOrientation

Specifies the node label orientation.

|

Available values:

NameDescription
Horizontal

The series labels are horizontal.

| | TopToBottom |

The series labels are vertical, rotated clockwise.

| | BottomToTop |

The series labels are vertical, rotated counterclockwise.

|

Remarks

TextOrientation ValueDescriptionImage
HorizontalNode labels are horizontal.
TopToBottomNode labels are vertical, rotated clockwise.
BottomToTopNode labels are vertical, rotated counterclockwise.

See Also

SankeyNodeLabel Class

SankeyNodeLabel Members

DevExpress.Xpf.Charts.Sankey Namespace