Skip to main content
A newer version of this page is available. .

SeriesPointRelationCollection.AddRange(Relation[]) Method

Appends an array of relations to the collection.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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