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

Type: wijmo.chart.navigatorIndicator

Set this option to customize the indicator tooltip.

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

Reference

options type
wijchartnavigator jQuery Widget