Skip to main content
All docs
V26.1
  • CustomizeStackedBarTotalLabelEventArgs Class

    Provides data for the ChartControl.CustomizeStackedBarTotalLabel event.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public class CustomizeStackedBarTotalLabelEventArgs :
        EventArgs

    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