Skip to main content

SubtotalCollection.Add(Subtotal) Method

Appends the specified Subtotal object to the current collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int Add(
    Subtotal item
)

Parameters

Name Type Description
item Subtotal

A Subtotal object to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position at which the new element was inserted.

Remarks

This method adds a Subtotal object to the end of the collection.

See Also