Skip to main content
A newer version of this page is available. .
All docs
V21.2

SankeyNodeLabel.TextOrientation Property

Gets or sets text orientation for node labels.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v21.2.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.

TextLabelOrientation_Horizontal

TopToBottom

The series labels are rotated vertically, clockwise.

TextLabelOrientation_TopToBottom

BottomToTop

The series labels are rotated vertically, counterclockwise.

TextLabelOrientation_BottomToTop

See Also