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

ZoomableComponent

Specifies if the Chart can be zoomed. Zooming is not available for the Donut, Pie, Funnel, Pyramid, Polar, and Radar series.

html
<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.

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