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
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