SeriesPointRelationCollection.Add(Relation) Method
Appends the specified Relation object to the current collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
relation | Relation | A Relation object to append to the collection. |
Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position into which a new element was inserted. |
Remarks
This method adds a Relation object to the end of the collection.
See Also