Skip to main content

Subtotal(Int32, String) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.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