Wijmo UI for the Web
indicatorIncrement Option
wijmo.progressbar.wijprogressbar Namespace > options type : indicatorIncrement Option

Default value: 1

The increment of the progress bar's indicator.

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

Reference

options type
wijprogressbar jQuery Widget