# Type alias DataPoint
DataPoint:
object
Data point in a chart.
# Type declaration
# categoryDisplayValue
categoryDisplayValue?: string
Display value of categorical value of the data point
# categoryValue
categoryValue?: string
| number
Categorical value of the data point
# seriesValue
seriesValue?: string
| number
Series associated with the data point
# value
value?: string
| number
Value of the data point