<kendo:chart-categoryAxisItem-select>
The selected axis range. If set, axis selection will be enabled.The range is index based, starting from 0. Categories with indexes in the range [select.from, select.to) will be selected. That is, the last category in the range will not be included in the selection.If the categories are dates, the range must also be specified with date values.
Example
<kendo:chart-categoryAxisItem>
<kendo:chart-categoryAxisItem-select></kendo:chart-categoryAxisItem-select>
</kendo:chart-categoryAxisItem>
Configuration Attributes
from java.lang.Object
The lower boundary of the selected range.
Example
<kendo:chart-categoryAxisItem-select from="from">
</kendo:chart-categoryAxisItem-select>
max java.lang.Object
The maximum value which the user can select.
Example
<kendo:chart-categoryAxisItem-select max="max">
</kendo:chart-categoryAxisItem-select>
min java.lang.Object
The minimum value which the user can select.
Example
<kendo:chart-categoryAxisItem-select min="min">
</kendo:chart-categoryAxisItem-select>
to java.lang.Object
The upper boundary of the selected range.
Example
<kendo:chart-categoryAxisItem-select to="to">
</kendo:chart-categoryAxisItem-select>
Configuration JSP Tags
kendo:chart-categoryAxisItem-select-mousewheel
The mouse wheel configuration of the selection.
More documentation is available at kendo:chart-categoryAxisItem-select-mousewheel.
Example
<kendo:chart-categoryAxisItem-select>
<kendo:chart-categoryAxisItem-select-mousewheel></kendo:chart-categoryAxisItem-select-mousewheel>
</kendo:chart-categoryAxisItem-select>