# Type alias ScatterDataPoint

ScatterDataPoint: object

Data point in a Scatter chart.

# Type declaration

# breakByColor

breakByColor?: string


# breakByPoint

breakByPoint?: string


# size

size?: number


# x

x?: number | string


# y

y?: number | string