LayoutDefinitionCollection.Remove(LayoutDefinition) Method
Removes the specified layout definition from the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | LayoutDefinition | A layout definition that should be removed from the collection. |
See Also