Skip to main content
All docs
V25.1
  • ErrorBarsCollection.Remove(ErrorBarsOptions) Method

    Removes the specified item from the collection.

    Namespace: DevExpress.Spreadsheet.Charts

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    bool Remove(
        ErrorBarsOptions errorBars
    )

    Parameters

    Name Type Description
    errorBars ErrorBarsOptions

    An item to be removed.

    Returns

    Type Description
    Boolean

    true if the item is removed successfully; otherwise, false.

    See Also