Subtotal(Int32, String) Constructor
Initializes a new instance of the Subtotal class with specified parameters.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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