corelibraries-devexpress-dot-xtracharts-53b430df.md
Provides data for the ChartControl.CustomizeStackedBarTotalLabel event.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class CustomizeStackedBarTotalLabelEventArgs :
EventArgs
Public Class CustomizeStackedBarTotalLabelEventArgs
Inherits EventArgs
CustomizeStackedBarTotalLabelEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | ChartControl.CustomizeStackedBarTotalLabel |
| ASP.NET Web Forms Controls | WebChartControl.CustomizeStackedBarTotalLabel |
| .NET Reporting Tools | XRChart.CustomizeStackedBarTotalLabel |
The CustomizeStackedBarTotalLabelEventArgs class exposes the following properties you can use to customize the total label appearance:
Object EventArgs CustomizeStackedBarTotalLabelEventArgs
See Also