CustomLegendItemCollection.AddRange(CustomLegendItem[]) Method
Appends an array of custom legend items to the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
coll | CustomLegendItem[] | An array of CustomLegendItem 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