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

Represents the Kendo UI for Angular Chart Zoomable component. Use this component to enable zooming functionality for Charts. Zooming is not available for the Donut, Pie, Funnel, Pyramid, Polar, and Radar series.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-zoomable

Syntax:

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

Inputs

Specifies the mousewheel zoom configuration.

Specifies the selection zoom configuration.

Methods

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.

Parameters:changesany

An object containing the updated input fields.