Skip to main content

ConstantLineCollection.AddRange(ConstantLine[]) Method

Appends an array of constant lines to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v25.1.dll

NuGet Package: DevExpress.Charts

Declaration

public void AddRange(
    ConstantLine[] coll
)

Parameters

Name Type Description
coll ConstantLine[]

An array of ConstantLine objects 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