Skip to main content

SeriesPointModel.Relations Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
SeriesPointRelationCollectionModel

The model of the relation collection.

See Also