ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
ZoomCharts.Configuration.FacetChartChartClickEventArguments
Describes the base properties shared between all events raised by the different charts.
Inheritance hierarchy
This type inherits from FacetChartChartEventArguments. Through this type it also inherits members 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
clickFacet: FacetChartFacet
clickItem: FacetChartItem
clickOrigin: "item" | "label"
Introduced in version 1.17.0.
Specifies the source of the click event.
Valid values:- item - the item itself was clicked (either the line or the column).
- label - the facet axis label was clicked.
count: number
Inherited from: FacetChartChartEventArguments
credits: anonymous type
facet: FacetChartFacet
Inherited from: FacetChartChartEventArguments
hoverItem: FacetChartItem
Inherited from: FacetChartChartEventArguments
hoverMarker: boolean
Inherited from: FacetChartChartEventArguments
Introduced in version 1.13.2.
True
if the cursor is directly hovering a marker on a line series. False
otherwise.
hoverSeries: FacetChartSettingsSeries
Inherited from: FacetChartChartEventArguments
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
Inherited from: FacetChartChartEventArguments
origin: string
Inherited from: BaseChartEventArguments
Inherited from: FacetChartChartEventArguments