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
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
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.
|
Parameters | ||
---|---|---|
changes | any | An object containing the updated input fields. |