data
Gets or sets the series data.
Parameters
data Array
The series data to be set.
Returns
Array
the current series data.
Example - get and set the series data
var data = series.data();
data.pop();
series.data(data);
Gets or sets the series data.
Array
The series data to be set.
Array
the current series data.
var data = series.data();
data.pop();
series.data(data);
Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.