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

Specifies the type of the sparkline widget.

Syntax
var instance; // Type: wijmo.sparkline.WijSparklineOptions;
var value; // Type: string
value = instance.type;
var type : string;
Remarks
The value of the type can be 'line', 'area' and 'column'. And the default value is 'line'.
See Also

Reference

WijSparklineOptions Interface