Wijmo UI for the Web
seriesList Field
wijmo.sparkline Namespace > WijSparklineOptions Interface : seriesList Field

Type: wijmo.sparkline.WijSparklineSeries[]

Creates an array of series objects that contain data values and labels to display in the chart.

Syntax
var instance; // Type: wijmo.sparkline.WijSparklineOptions;
var value; // Type: any
value = instance.seriesList;
var seriesList : any;
Remarks
The series object contains following options 1) type: Specifies the type of the sparkline widget. The value for this option can be 'line', 'area' and 'column'. And the default value is 'Line'. 2) bind: Indicates that which property value is get from the object in the array if the data is set as a object array. 3) seriesStyle: The specific style applies for current series of the sparkline widget for
See Also

Reference

WijSparklineOptions Interface