Skip to main content
All docs
V23.2

SankeyTextElement.TextAlignment Property

Gets or sets a value that specifies text alignment.

Namespace: DevExpress.XtraCharts.Sankey

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

See Also