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

Axis line as option (off by default) used for identifying negative or positive values.

Syntax
var instance; // Type: wijmo.sparkline.WijSparklineOptions;
var value; // Type: bool
value = instance.valueAxis;
var valueAxis : bool;
Remarks
This option just works with area type sparkline.
See Also

Reference

WijSparklineOptions Interface