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

RelationSeriesPointModel.SeriesPointModel Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[Browsable(false)]
public SeriesPoint SeriesPointModel { get; }

Property Value

Type Description
SeriesPoint

The series point model.

See Also