Angular PolarChart - ArgumentAxisClickEvent

The type of the argumentAxisClick event handler's argument.

import { DxPolarChartTypes } from "devextreme-angular/ui/polar-chart"
Type: DxPolarChartTypes.ArgumentAxisClickEvent

argument

Type:

Date

|

Number

|

String

component

The UI component's instance.

Selector: dxo-component
Type:

PolarChart

element

The UI component's container.

event

Specifies the executed event.

Selector: dxo-event