Skip to main content

SecondaryAxisCollection.AddRange(Axis[]) Method

OBSOLETE

This method is now obsolete. Use the SecondaryAxisXCollection.AddRange or SecondaryAxisYCollection.AddRange method instead.

Appends an array of secondary axes to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This method is now obsolete. Use the SecondaryAxisXCollection.AddRange or SecondaryAxisYCollection.AddRange method instead.")]
public void AddRange(
    Axis[] coll
)

Parameters

Name Type Description
coll Axis[]

An array of axes to append to the collection.

Remarks

For more information, refer to Primary and Secondary Axes.

See Also