Skip to main content

SwiftPlotDiagramSecondaryAxisYCollectionModel.DeleteElement(Object) Method

Removes the specified secondary y-axis from the collection.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public override void DeleteElement(
    object parameter
)

Parameters

Name Type Description
parameter Object

A SwiftPlotDiagramAxisY object to be removed.

See Also