Skip to main content
Version: Next

Interface: PaneAttachedParameter<HorzScaleItem>

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

Type parameters

HorzScaleItem = Time

Properties

chart

chart: IChartApiBase<HorzScaleItem>

Chart instance.


requestUpdate()

requestUpdate: () => void

Request an update (redraw the chart)

Returns

void