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
Name | Type |
---|---|
HorzScaleItem | HorzScaleItem |
TData | extends 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.