Skip to main content
A newer version of this page is available. .

IndicatorCollection.Add(Indicator) Method

Appends the specified indicator to the current collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int Add(
    Indicator indicator
)

Parameters

Name Type Description
indicator Indicator

An Indicator class descendant 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 an indicator object to the end of the collection.

See Also