Skip to main content

SwiftPlotDiagramSecondaryAxisYCollection.Add(SwiftPlotDiagramSecondaryAxisY) Method

Appends the specified secondary Y-axis to the current collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int Add(
    SwiftPlotDiagramSecondaryAxisY axis
)

Parameters

Name Type Description
axis SwiftPlotDiagramSecondaryAxisY

A SwiftPlotDiagramSecondaryAxisY object to append to the collection.

Returns

Type Description
Int32

An integer value indicating the position at which the new element was inserted.

Remarks

This method adds a secondary Y-axis object to the end of the collection.

For more information, refer to Primary and Secondary Axes.

See Also