Search results

IAxisLabelClickEventArgs API in Angular Chart API component

Properties

axis

Axis

Defines the axis to which the clicked label belongs.

cancel

boolean

Defines the event’s cancellation status.

chart

Chart

Defines the chart instance where the label was clicked.

index

number

Defines the index of the clicked axis label.

labelID

string

Defines the ID of the clicked axis label element.

location

ChartLocation

Defines the location of the clicked axis label on the chart.

name

string

Defines the name of the event.

text

string

Defines the text of the clicked axis label.

value

number

Defines the value associated with the clicked axis label.