# Type alias ScatterDataPoint
ScatterDataPoint:
object
Data point in a Scatter chart.
# Type declaration
# breakByColor
breakByColor?: string
Value of the break by color
# breakByPoint
breakByPoint?: string
Value of the break by point
# entries
entries?: object
A collection of data point entries that represents values for all related dataOptions.
#
entries.breakByColorbreakByColor?:
DataPointEntryData point entry for the
breakByColordata options#
entries.breakByPointbreakByPoint?:
DataPointEntryData point entry for the
breakByPointdata options#
entries.sizesize?:
DataPointEntryData point entry for the
sizedata options#
entries.xx?:
DataPointEntryData point entry for the
xdata options#
entries.yy?:
DataPointEntryData point entry for the
ydata options
# size
size?: number
Size of the data point
# x
x?: number | string
Value of the x axis
# y
y?: number | string
Value of the y axis