Wijmo UI for the Web
max Option
wijmo.sparkline.wijsparkline Namespace > options type : max Option

Default value: null

A value that indicates the maximum value of the sparkline.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijsparkline("option", "max");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijsparkline("option", "max", newValue);
        
});
var max : any;
See Also

Reference

options type
wijsparkline jQuery Widget