Skip to main content

LayoutDefinitionCollection.AddRange(LayoutDefinition[]) Method

Appends an array of layout definitions to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void AddRange(
    LayoutDefinition[] items
)

Parameters

Name Type Description
items LayoutDefinition[]

An array of LayoutDefinition objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order that they have in the array.

See Also