New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
mousewheel |
|
Specifies if the Chart can be zoomed by using the mousewheel. | |
selection |
|
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
| ||||||
|