ASPxClientSeriesPoint.values Property
In This Article
Gets the point’s data value(s).
#Declaration
TypeScript
values: any[]
#Property Value
Type | Description |
---|---|
any[] | An array of objects that represent the data value |
#Remarks
Note that the type of the objects in the resulting array depends on the ASPxClientSeries.valueScaleType property value.
See Also