corelibraries-devexpress-dot-xtracharts-74c7e1db.md
Represents a collection that stores the subtotal of a particular waterfall series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class SubtotalCollection :
ChartCollectionBase,
IEnumerable<ISubtotal>,
IEnumerable
Public Class SubtotalCollection
Inherits ChartCollectionBase
Implements IEnumerable(Of ISubtotal),
IEnumerable
The following members return SubtotalCollection objects:
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.
Object CollectionBase ChartCollectionBase SubtotalCollection
See Also