Skip to main content
All docs
V24.2

SankeyNodeLabel.TextAlignment Property

Gets or sets node label alignment.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v24.2.dll

Declaration

[Browsable(false)]
public StringAlignment TextAlignment { get; set; }

Property Value

Type Description
StringAlignment

A value that specifies text alignment for node labels.

See Also