Wijmo UI for the Web
step Option
wijmo.chart.wijchartnavigator Namespace > options type : step Option

This option is to determine the size of each changing of navigator range.

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

Reference

options type
wijchartnavigator jQuery Widget