Interface: AreaData<HorzScaleItem>
Structure describing a single item of data for area series
Extends
SingleValueData<HorzScaleItem>
Type parameters
• HorzScaleItem = Time
Properties
lineColor?
optionallineColor:string
Optional line color value for certain data item. If missed, color from options is used
topColor?
optionaltopColor:string
Optional top color value for certain data item. If missed, color from options is used
bottomColor?
optionalbottomColor:string
Optional bottom color value for certain data item. If missed, color from options is used
time
time:
HorzScaleItem
The time of the data.
Inherited from
value
value:
number
Price value of the data.
Inherited from
customValues?
optionalcustomValues:Record<string,unknown>
Additional custom values which will be ignored by the library, but could be used by plugins.