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