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

SwiftPlotDiagramSecondaryAxisXCollection.AddRange(SwiftPlotDiagramSecondaryAxisX[]) Method

Appends an array of secondary X-axes to the Swift Plot Diagram collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void AddRange(
    SwiftPlotDiagramSecondaryAxisX[] coll
)

Parameters

Name Type Description
coll SwiftPlotDiagramSecondaryAxisX[]

An array of SwiftPlotDiagramSecondaryAxisX objects to append to the collection.

Remarks

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

See Also