Object
wijmo.chart.wijchartnavigator.options
Object
wijmo.chart.wijchartnavigator.options
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 | |
---|---|---|
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. |