Skip to main content
All docs
V26.1
  • CustomizePieTotalLabelEventArgs.TotalValue Property

    Returns the total label value.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public double TotalValue { get; }

    Property Value

    Type Description
    Double

    A floating-point number that specifies the total value of pie series point values.

    See Also