SubtotalCollection Class
Represents a collection that stores the subtotal of a particular waterfall series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public class SubtotalCollection :
ChartCollectionBase,
IEnumerable<ISubtotal>,
IEnumerable
Related API Members
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
Object
CollectionBase
ChartCollectionBase
SubtotalCollection
See Also