Skip to main content

IndicatorCollection.AddRange(Indicator[]) Method

Appends an array of indicators to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void AddRange(
    Indicator[] coll
)

Parameters

Name Type Description
coll Indicator[]

An array of Indicator class descendants to append to the collection.

Remarks

Objects are added to the end of the collection in the same order that they have in the array.

See Also