Back to Devexpress

CustomizeStackedBarTotalLabelEventArgs Class

corelibraries-devexpress-dot-xtracharts-53b430df.md

latest2.3 KB
Original Source

CustomizeStackedBarTotalLabelEventArgs Class

Provides data for the ChartControl.CustomizeStackedBarTotalLabel event.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

CustomizeStackedBarTotalLabelEventArgs is the data class for the following events:

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

Remarks

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

  • 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 CustomizeStackedBarTotalLabelEventArgs

See Also

CustomizeStackedBarTotalLabelEventArgs Members

DevExpress.XtraCharts Namespace