ZoomCharts Documentation

ZoomCharts.Configuration.TimeChartChartEventArguments

Describes the base properties shared between all events raised by the different charts.

Inheritance hierarchy

This type inherits from BaseChartEventArguments.

Methods

This type does not define any methods.

Properties

chart: BaseApi
Inherited from: BaseChartEventArguments

The chart object for which the event has been raised.

clickCredits: boolean
Inherited from: BaseChartEventArguments
clickEnd: number
This property is deprected; use hoverEnd instead
clickMarker: boolean
This property is deprected; use hoverMarker instead
This property is deprected; use hoverSeries instead
clickStart: number
This property is deprected; use hoverStart instead
Inherited from: BaseChartEventArguments
Properties
url: string
urlTarget: string
displayUnit: string

The currently used display unit.

hoverEnd: number
Version 1.12.0: now contains UTC timestamp instead of the internal adjusted timestamp.

The UTC timestamp of the end of the hovered time period. null if the cursor is not hovering over data.

hoverItem: TimeChartItem
hoverMarker: boolean

True if the cursor is directly hovering a marker on a line series. False otherwise. Note that this currently does not work with the markers that are configured using markerStyleFunction delegate.

The series that is currently directly under the cursor. null if the cursor is not hovering over data or is hovering over empty area.

hoverStart: number
Version 1.12.0: now contains UTC timestamp instead of the internal adjusted timestamp.

The UTC timestamp of the beginning of the hovered time period. null if the cursor is not hovering over data.

origin: string
Inherited from: BaseChartEventArguments
selectionEnd: number
Version 1.12.0: now contains UTC timestamp instead of the internal adjusted timestamp.

The UTC timestamp of the end of the selection. null if there is no active selection.

selectionStart: number
Version 1.12.0: now contains UTC timestamp instead of the internal adjusted timestamp.

The UTC timestamp of the beginning of the selection. null if there is no active selection.

timeEnd: number
Version 1.12.0: now contains UTC timestamp instead of the internal adjusted timestamp.

The UTC timestamp for the right-most displayed value.

timeStart: number
Version 1.12.0: now contains UTC timestamp instead of the internal adjusted timestamp.

The UTC timestamp for the left-most displayed value.

X