Skip to main content
All docs
V23.2

ErrorBarsCollection.Contains(ErrorBarsOptions) Method

Determines whether the collection contains the specified error bar.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    ErrorBarsOptions errorBars
)

Parameters

Name Type Description
errorBars ErrorBarsOptions

An error bar to be checked.

Returns

Type Description
Boolean

true if the collection contains the error bar; otherwise, false.

See Also