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

CustomizePieTotalLabelEventArgs Class

Provides data for the ChartControl.CustomizePieTotalLabel event.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class CustomizePieTotalLabelEventArgs :
    EventArgs

Remarks

The CustomizePieTotalLabelEventArgs class exposes the following properties you can use to customize the pie total label appearance:

  • Series - Returns a pie series whose total label is customized.
  • Text - Gets or sets the total label text.
  • TextColor - Gets or sets the total label’s text color.
  • TotalValue - Returns the total label value.

Inheritance

Object
EventArgs
CustomizePieTotalLabelEventArgs
See Also