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

SwiftPlotDiagramSecondaryAxisXCollection.Add(SwiftPlotDiagramSecondaryAxisX) Method

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public int Add(
    SwiftPlotDiagramSecondaryAxisX axis
)

Parameters

Name Type Description
axis SwiftPlotDiagramSecondaryAxisX

A SwiftPlotDiagramSecondaryAxisX 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 X-axis object to the end of the collection.

For more information, refer to Primary and Secondary Axes.

See Also