Wijmo UI for the Web
wijchartnavigator jQuery Widget
Syntax
$(function () {
    var options; // Type:  wijmo.chart.wijchartnavigator.options
     
    $(".selector").wijchartnavigator(options);
});
function wijchartnavigator() : any;
Options
 NameDescription
public Option

Bind a field to each series's data x array

 
public Option

Sets the array to use as a source for data that you can bind to the axes in your seriesList.

 
public Option

Type: wijmo.chart.navigatorIndicator

Set this option to customize the indicator tooltip.

 
public Option

This option can be set to initialize the right value of navigator range.

 
public Option

This option can be set to initialize the left value of navigator range.

 
public Option

Default value: []

Creates an array of series objects that contain data values and labels to display in the chart navigator.

 
public Option

Sets an array of style objects to use in rendering each series in the chart navigator

 
public Option

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

 
public Option

Default value: ""

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

 
public Option

Type: wijmo.chart.chart_axis

An object contains all of the information to create the X axis of the chart navigator.

 
Top
Methods
 NameDescription
public Method  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
Events
 NameDescription
public EventThe updated event is raised when range of navigator has been changed.  
public EventThe updating event is raised when range of navigator is changing.  
Top
See Also

Reference

wijchartnavigator jQuery Widget