New to Kendo UI for AngularStart a free 30-day trial

NavigatorCategoryAxisSelectComponent

Specifies the selected axis range. When set, axis selection is enabled. The range uses zero-based indexes. Selects categories with indexes in the range (select.from, select.to). The last category in the range is not included in the selection. If categories are dates, specify the range with date values.

typescript
<kendo-chart-navigator-category-axis-select [from]="1" [to]="3"></kendo-chart-navigator-category-axis-select>

Selector

kendo-chart-navigator-category-axis-select

Inputs

NameTypeDefaultDescription

from

any

Sets the lower boundary of the selected range.

max

any

Sets the maximum value for the selection.

min

any

Sets the minimum value for the selection.

mousewheel

boolean | MousewheelSelect

Specifies the mousewheel configuration for the selection.

to

any

Specifies the upper boundary of the selected range.

Methods

notifyChanges

Updates the component fields with the specified values and refreshes the Chart.

Use this method when the configuration values cannot be set through the template.

ts
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support