Back to Devexpress

SubtotalCollection Class

corelibraries-devexpress-dot-xtracharts-74c7e1db.md

latest2.0 KB
Original Source

SubtotalCollection Class

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

Declaration

csharp
public class SubtotalCollection :
    ChartCollectionBase,
    IEnumerable<ISubtotal>,
    IEnumerable
vb
Public Class SubtotalCollection
    Inherits ChartCollectionBase
    Implements IEnumerable(Of 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

Object CollectionBase ChartCollectionBase SubtotalCollection

See Also

SubtotalCollection Members

DevExpress.XtraCharts Namespace