Skip to main content
Version: 5.0

Interface: SeriesMarkerPrice<TimeType>

Represents a series marker.

Extends

Type parameters

TimeType

Properties

time

time: TimeType

The time of the marker.

Inherited from

SeriesMarkerBase . time


shape

shape: SeriesMarkerShape

The shape of the marker.

Inherited from

SeriesMarkerBase . shape


color

color: string

The color of the marker.

Inherited from

SeriesMarkerBase . color


id?

optional id: string

The ID of the marker.

Inherited from

SeriesMarkerBase . id


text?

optional text: string

The optional text of the marker.

Inherited from

SeriesMarkerBase . text


size?

optional size: number

The optional size of the marker.

Default Value

1

Inherited from

SeriesMarkerBase . size


position

position: SeriesMarkerPricePosition

The position of the marker.

Overrides

SeriesMarkerBase . position


price

price: number

The price value for exact Y-axis positioning.

Required when using SeriesMarkerPricePosition position type.

Overrides

SeriesMarkerBase . price