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

SankeyNodeLabel.TextAlignment Property

Gets or sets node label alignment.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v21.1.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public StringAlignment TextAlignment { get; set; }

Property Value

Type Description
StringAlignment

A value that specifies text alignment for node labels.

See Also