SecondaryAxisYCollection.AddRange(SecondaryAxisY[]) Method
Appends an array of secondary axes to the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
coll | SecondaryAxisY[] | An array of SecondaryAxisY 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