Skip to main content
All docs
V25.1
  • ChartCalculatedFieldCollectionModel.DeleteElement(Object) Method

    Removes the specified item from the ChartCalculatedFieldCollectionModel.

    Namespace: DevExpress.XtraCharts.Designer

    Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public override void DeleteElement(
        object parameter
    )

    Parameters

    Name Type Description
    parameter Object

    A calculated field object.

    See Also