Skip to main content
A newer version of this page is available. .

LayoutDefinitionCollection.Insert(Int32, LayoutDefinition) Method

Inserts the specified layout definition into the collection at the specified position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public void Insert(
    int index,
    LayoutDefinition item
)

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