Skip to main content

SwiftPlotDiagramSecondaryAxisYCollection.AddRange(SwiftPlotDiagramSecondaryAxisY[]) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void AddRange(
    SwiftPlotDiagramSecondaryAxisY[] coll
)

Parameters

Name Type Description
coll SwiftPlotDiagramSecondaryAxisY[]

An array of SwiftPlotDiagramSecondaryAxisY 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.

For more information, refer to Primary and Secondary Axes.

See Also