Back to Devexpress

CustomizePieTotalLabelEventArgs Class

corelibraries-devexpress-dot-xtracharts-c5f8a598.md

latest2.4 KB
Original Source

CustomizePieTotalLabelEventArgs Class

Provides data for the ChartControl.CustomizePieTotalLabel event.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class CustomizePieTotalLabelEventArgs :
    EventArgs
vb
Public Class CustomizePieTotalLabelEventArgs
    Inherits EventArgs

CustomizePieTotalLabelEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsChartControl.CustomizePieTotalLabel
ASP.NET Web Forms ControlsWebChartControl.CustomizePieTotalLabel
.NET Reporting ToolsXRChart.CustomizePieTotalLabel

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

CustomizePieTotalLabelEventArgs Members

DevExpress.XtraCharts Namespace