LayoutDefinitionCollection.Add(LayoutDefinition) Method
Appends the specified LayoutDefinition object to the current collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | LayoutDefinition | A Series object to append to the collection. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value that indicates the position at which the new element is inserted. |
Remarks
This method adds a Series object to the end of the collection.
See Also