Class ZoomingMouseWheel

java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.ZoomingMouseWheel
All Implemented Interfaces:
Serializable

public class ZoomingMouseWheel extends AbstractConfigurationObject
Configuration for mouse wheel zoom.

Zooming with the mouse wheel is enabled by default in Chart.setTimeline(Boolean) charts. In other chart types, it is enabled if getEnabled() is set. It can be disabled by setting setEnabled(Boolean) option to false.

See Also:
  • Constructor Details

    • ZoomingMouseWheel

      public ZoomingMouseWheel()
  • Method Details