Skip to main content
Version: 4.1

Interface: PaneRendererCustomData<HorzScaleItem, TData>

Data provide to the custom series pane view which can be used within the renderer for drawing the series data.

Type parameters

NameType
HorzScaleItemHorzScaleItem
TDataextends CustomData<HorzScaleItem>

Properties

bars

bars: readonly CustomBarItemData<HorzScaleItem, TData>[]

List of all the series' items and their x coordinates.


barSpacing

barSpacing: number

Spacing between consecutive bars.


visibleRange

visibleRange: Range<number>

The current visible range of items on the chart.