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

    Removes the specified item from the ChartCalculatedFieldCollectionModel.

    Namespace: DevExpress.XtraCharts.Designer

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

    Declaration

    public override void DeleteElement(
        object parameter
    )

    Parameters

    Name Type Description
    parameter Object

    A calculated field object.

    See Also