$(function () { var options; // Type: wijmo.chart.wijchartnavigator.options $(".selector").wijchartnavigator(options); });
function wijchartnavigator() : any;
$(function () { var options; // Type: wijmo.chart.wijchartnavigator.options $(".selector").wijchartnavigator(options); });
function wijchartnavigator() : any;
Name | Description | |
---|---|---|
data | Bind a field to each series's data x array | |
dataSource | Sets the array to use as a source for data that you can bind to the axes in your seriesList. | |
indicator | Set this option to customize the indicator tooltip. |
|
rangeMax | This option can be set to initialize the right value of navigator range. | |
rangeMin | This option can be set to initialize the left value of navigator range. | |
seriesList | Default value: [] Creates an array of series objects that contain data values and labels to display in the chart navigator. | |
seriesStyles | Sets an array of style objects to use in rendering each series in the chart navigator | |
step | This option is to determine the size of each changing of navigator range. | |
targetSelector | Default value: "" Set this option as a jquery selector to bind the target chart(s). | |
xAxis | An object contains all of the information to create the X axis of the chart navigator. |
Name | Description | |
---|---|---|
destroy | ||
widget | Returns a jQuery object containing the original element or other relevant generated element. |
Name | Description | |
---|---|---|
updated | The updated event is raised when range of navigator has been changed. | |
updating | The updating event is raised when range of navigator is changing. |