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

# Type alias IndicatorDataPoint

IndicatorDataPoint: object

Data point that represents the entire Indicator chart data.

# Type declaration

# entries

entries?: object

A collection of data point entries that represents values for all related dataOptions.

# entries.max

max?: DataPointEntry

Data point entry for the max data options

# entries.min

min?: DataPointEntry

Data point entry for the min data options

# entries.secondary

secondary?: DataPointEntry

Data point entry for the secondary data options

# entries.value

value?: DataPointEntry

Data point entry for the value data options