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

Default value: ""

Set this option as a jquery selector to bind the target chart(s).

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

Reference

options type
wijchartnavigator jQuery Widget