drawCompareLegendRow
Documentation / @elitechart/core / drawCompareLegendRow
Defined in: renderer/ohlcv-legend.ts:118
Render one compare-series legend row below the primary OHLCV strip.
Used by the chart when a compare series is active and the crosshair
hovers. slotIndex is the 0-based position below the primary row;
the chart increments it per compare series so rows stack vertically
without overlapping.
Parameters
paint
vp
label
string
value
number
color
string
slotIndex
number
style?
OhlcvLegendStyle = DEFAULT_OHLCV_LEGEND_STYLE
Returns
void