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
Properties
The chart object for which the event has been raised.
The currently used display unit.
The UTC timestamp of the end of the hovered time period. null
if the cursor is not hovering over data.
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.
The UTC timestamp of the beginning of the hovered time period. null
if the cursor is not hovering over data.
The UTC timestamp of the end of the selection. null
if there is no active selection.
The UTC timestamp of the beginning of the selection. null
if there is no active selection.
The UTC timestamp for the right-most displayed value.
The UTC timestamp for the left-most displayed value.