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.maxmax?:
DataPointEntryData point entry for the
maxdata options
entries.minmin?:
DataPointEntryData point entry for the
mindata options
entries.secondarysecondary?:
DataPointEntryData point entry for the
secondarydata options
entries.valuevalue?:
DataPointEntryData point entry for the
valuedata options