Skip to main content
A newer version of this page is available. .

CustomizeTotalLabelEventArgs.Text Property

Gets or sets the total label text that is customized.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public string Text { get; set; }

Property Value

Type Description
String

The total label text that is customized.

See Also