New to Kendo UI for Angular? Start a free 30-day trial
ZoomableComponent
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.
html
<kendo-chart>
<kendo-chart-zoomable [mousewheel]="false"></kendo-chart-zoomable>
</kendo-chart>
Selector
kendo-chart-zoomable
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
mousewheel |
|
Specifies the mousewheel zoom configuration. | |
selection |
|
Specifies the selection zoom configuration. |
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
| ||||||
|