Interface for data points that can be added to a PointSeries.

Hierarchy

Properties

color?: Color

Data point color.

Can be used for individual data point coloring when styled with IndividualPointFill.

For some series types, individual data point coloring might have to be explicitly enabled when the series is created. Refer to series documentation for more detailed information.

rotation?: number

Data point rotation as degrees.

Can be used for individual configuration of data points rotation.

For some series types, individually rotated data points might have to be explicitly enabled when the series is created. Refer to series documentation for more detailed information.

size?: number

Numeric size associated with the data point.

Can be used for individual configuration of data points size.

For some series types, individually sized data points might have to be explicitly enabled when the series is created. Refer to series documentation for more detailed information.

value?: number

Numeric value associated with the data point.

Can be used for dynamic per data point coloring when associated with a Color lookup table LUT.

For some series types, dynamic data point coloring might have to be explicitly enabled when the series is created. Refer to series documentation for more detailed information.

x: number

Location in X-dimension.

y: number

Location in Y-dimension.