ZoomableComponent
Component
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
mousewheel
boolean | MousewheelZoom
Specifies the mousewheel zoom configuration.
selection
boolean | DragAction
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.