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

ScaleBreakCollection.AddRange(ScaleBreak[]) Method

Appends an array of scale breaks to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void AddRange(
    ScaleBreak[] coll
)

Parameters

Name Type Description
coll ScaleBreak[]

An array of ScaleBreak 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