Skip to main content

SeriesPointRelationCollection.AddRange(Relation[]) Method

Appends an array of relations to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public void AddRange(
    Relation[] relations
)

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