Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChartEventData

Generic scheme for event arguments provided to handlers of events exposed by a RadCartesianChart and RadPieChart.

Hierarchy

Implements

  • unknown

Index

Properties

eventName

eventName: string

Returns the name of the event that has been fired.

object

object: any

The object that fires the event.

pointData

pointData: any

Native instance of point data class specific to the OS

pointIndex

pointIndex: number

Gets the index of the data point in the series to which the event relates.

series

series: any

Gets the selected series to which the event relates.

Generated using TypeDoc