LayoutDefinitionCollection.Insert(Int32, LayoutDefinition) Method
Inserts the specified layout definition into the collection at the specified position.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer that specifies the position at which the layoit should be inserted. |
item | LayoutDefinition | The layout definition to insert into the collection. |
See Also