ZoomCharts Documentation
ZoomCharts.Configuration.LinearChartSettingsEvents
Inheritance hierarchy
This type inherits from BaseSettingsEvents.
This type is implemented by TimeChartSettingsEvents, LinearChartSettingsEvents<BaseChartEventArguments, BaseChartEventArguments> and LinearChartSettingsEvents<FacetChartChartEventArguments, FacetChartChartClickEventArguments>.
Methods
Properties
Function called on pointer down. Function called on pointer up. Function called when pointer drag has happened. Function called when mouse pointer is moved. Function called when data is loaded/added/replaced/removed. Time to wait after last action before firing onChartUpdate event.
Function called when chart scrolling animation is finished.
Parameters
An empty mouse event.
Function called when whenever current view has changed. Usually after panning and navigation. Use to update any linked views. Note that this is also fired after chart initialization and API methods. Use args.origin field to determine event's origin.
Parameters
An empty mouse event.
Function called when user clicks on chart.
Parameters
The mouse event.
Function called when user double clicks on chart.
Parameters
The mouse event.
Function called when error occurs, default behavior is log to console.
Parameters
The mouse event that was the cause of the error.
Function called when object pointer is on changes.
Parameters
The mouse event.
Function called when lasso is changed
Parameters
The mouse event that caused the event (if any)
Function called when user long presses on chart.
Parameters
The mouse event.
Function called whenever chart placement on screen changes. Note that this is called on every animation frame and is intended for painting overlays only.
Parameters
The mouse event that caused the event (if any)
Function called when user right clicks on chart.
Parameters
The mouse event.
Function called when selected slices has changed.
Parameters
The mouse event.
Function called when settings are changed.
Parameters
An empty mouse event.
Function called when user triple clicks on chart. Use it for custom function call.
Parameters
The mouse event.