ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
ZoomCharts.Configuration.FacetChartChartEventArguments
Describes the base properties shared between all events raised by the different charts.
Inheritance hierarchy
This type inherits from BaseChartEventArguments.
This type is implemented by FacetChartChartClickEventArguments.
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
count: number
credits: anonymous type
facet: FacetChartFacet
hoverItem: FacetChartItem
hoverMarker: boolean
Introduced in version 1.13.2.
True
if the cursor is directly hovering a marker on a line series. False
otherwise.
hoverSeries: FacetChartSettingsSeries
Introduced in version 1.13.2.
The series that is currently directly under the cursor. null
if the cursor is not hovering over data or is hovering over empty area.
offset: number
origin: string
Inherited from: BaseChartEventArguments