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