LayoutDefinitionCollection.Item[Int32] Property
Returns a layout definition by its zero-based index.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based index |
Property Value
Type | Description |
---|---|
LayoutDefinition | A layout definition. |
Remarks
If the parameter value is negative or exceeds the maximum available index, an exception is raised.
See Also