Interface: SeriesMarkerPrice<TimeType>
Represents a series marker.
Extends
SeriesMarkerBase<TimeType>
Type parameters
• TimeType
Properties
time
time:
TimeType
The time of the marker.
Inherited from
shape
shape:
SeriesMarkerShape
The shape of the marker.
Inherited from
color
color:
string
The color of the marker.
Inherited from
id?
optionalid:string
The ID of the marker.
Inherited from
text?
optionaltext:string
The optional text of the marker.
Inherited from
size?
optionalsize:number
The optional size of the marker.
Default Value
1
Inherited from
position
position:
SeriesMarkerPricePosition
The position of the marker.
Overrides
price
price:
number
The price value for exact Y-axis positioning.
Required when using SeriesMarkerPricePosition position type.