✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# Type alias DataPointEntry

DataPointEntry: object

A data point entry that represents a single dimension within a multi-dimensional data point.

# Type declaration

# attribute

attribute?: Attribute

The attribute associated with this data point entry


# dataOption

dataOption: CalculatedMeasureColumn | Column | MeasureColumn | StyledColumn | StyledMeasureColumn

The data option associated with this entry


# displayValue

displayValue?: string

The formatted value of the data point


# measure

measure?: Measure

The measure associated with this data point entry


# value

value?: number | string

The raw value of the data point