Skip to main content
All docs
V25.1
  • SubtotalCollection Class

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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