Back to Devexpress

CustomDrawSeriesPointEventArgs.TotalLabelText Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawseriespointeventargs-0a88a7f1.md

latest1.7 KB
Original Source

CustomDrawSeriesPointEventArgs.TotalLabelText Property

OBSOLETE

The CustomDrawSeriesPointEventArgs.TotalLabelText property is obsolete now. Use the ChartControl.CustomizeStackedBarTotalLabel event handler instead.

Gets or sets the text of a series group’s total label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Obsolete("The CustomDrawSeriesPointEventArgs.TotalLabelText property is obsolete now. Use the ChartControl.CustomizeStackedBarTotalLabel event handler instead.")]
public string TotalLabelText { get; set; }
vb
<Obsolete("The CustomDrawSeriesPointEventArgs.TotalLabelText property is obsolete now. Use the ChartControl.CustomizeStackedBarTotalLabel event handler instead.")>
Public Property TotalLabelText As String

Property Value

TypeDescription
String

The total label’s text.

|

Remarks

Note that the point has the total label if it is most positive or most negative in the series group to which the point belongs.

See Also

CustomDrawSeriesPointEventArgs Class

CustomDrawSeriesPointEventArgs Members

DevExpress.XtraCharts Namespace