Skip to main content
A newer version of this page is available. .

SubtotalCollection Class

Represents a collection that stores the subtotal of a particular waterfall series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class SubtotalCollection :
    ChartCollectionBase,
    IEnumerable<ISubtotal>,
    IEnumerable

The following members return SubtotalCollection objects:

Remarks

Use the Subtotals property to access the subtotal collection.

The properties and methods exposed by the SubtotalCollection class can be used to perform common collection operations such as adding new or deleting existing items. Each item of the collection is represented by a Subtotal object. Individual subtotals can be accessed using either indexer notation or by their names using the specific methods of the collection.

Inheritance

See Also