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

SeriesPointModel.Relations Property

Returns the model of the relation collection of the modeled series point.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.2.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[PropertyForOptions]
[Browsable(false)]
public SeriesPointRelationCollectionModel Relations { get; }

Property Value

Type Description
SeriesPointRelationCollectionModel

The model of the relation collection.

See Also