Skip to main content

CustomizeStackedBarTotalLabelEventArgs.Text Property

Gets or sets the total label text.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A string that represents the total label’s text content.

See Also