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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Obsolete("The CustomDrawSeriesPointEventArgs.TotalLabelText property is obsolete now. Use the ChartControl.CustomizeStackedBarTotalLabel event handler instead.")]
public string TotalLabelText { get; set; }
Property Value
Type | Description |
---|---|
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