New to Kendo UI for Angular? Start a free 30-day trial

ZoomableComponent

Specifies if the Chart can be zoomed.

<kendo-chart>
  <kendo-chart-zoomable [mousewheel]="false"></kendo-chart-zoomable>
</kendo-chart>

Selector

kendo-chart-zoomable

Inputs

NameTypeDefaultDescription

mousewheel

boolean | MousewheelZoom

Specifies if the Chart can be zoomed by using the mousewheel.

selection

boolean | DragAction

Specifies if the Chart can be zoomed by using selection.

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.

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

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?