ErrorBarsCollection.Contains(ErrorBarsOptions) Method
Determines whether the collection contains the specified error bar.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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