Skip to main content
Version: 4.1

Interface: SeriesAttachedParameter<HorzScaleItem, TSeriesType>

Object containing references to the chart and series instances, and a requestUpdate method for triggering a refresh of the chart.

Type parameters

NameType
HorzScaleItemTime
TSeriesTypeextends SeriesType = keyof SeriesOptionsMap

Properties

chart

chart: IChartApiBase<HorzScaleItem>

Chart instance.


series

series: ISeriesApi<TSeriesType, HorzScaleItem, SeriesDataItemTypeMap<HorzScaleItem>[TSeriesType], SeriesOptionsMap[TSeriesType], SeriesPartialOptionsMap[TSeriesType]>

Series to which the Primitive is attached.


requestUpdate

requestUpdate: () => void

Type declaration

▸ (): void

Request an update (redraw the chart)

Returns

void