SeriesPointRelationCollection.AddRange(Relation[]) Method
Appends an array of relations to the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
relations | Relation[] | An array of Relation objects to append to the collection. |
Remarks
Each relation is checked before adding to the collection. In case of series or points incompatibility, or duplicated relations, an exception is thrown.
See Also