Interface: ISeriesPrimitivePaneView
This interface represents the primitive for one of the pane of the chart (main chart area, time scale, price scale).
Methods
zOrder
▸ Optional
zOrder(): SeriesPrimitivePaneViewZOrder
Defines where in the visual layer stack the renderer should be executed. Default is 'normal'
.
See
Returns
the desired position in the visual layer stack.
renderer
▸ renderer(): ISeriesPrimitivePaneRenderer
This method returns a renderer - special object to draw data
Returns
an renderer object to be used for drawing, or null
if we have nothing to draw.