Skip to main content

SeriesPointModel.Values Property

Gets or sets the numeric values of the modeled series point.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public double[] Values { get; set; }

Property Value

Type Description
Double[]

The array of numeric values.

See Also