Skip to main content
All docs
V25.1
  • Subtotal(Int32, String) Constructor

    Initializes a new instance of the Subtotal class with specified parameters.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public Subtotal(
        int pointIndex,
        string label
    )

    Parameters

    Name Type Description
    pointIndex Int32

    A zero-based index of a waterfall point, after which a subtotal should be inserted.

    label String

    A string value that specifies the subtotal label.

    See Also