Merge a partial style into the series and repaint (recolor, { visible:false } to hide, ...).
Create a markers layer (buy/sell signals, shapes) bound to this series.
Merge older data (history paging); same item shapes as setData.
The price scale this series maps to (call .setOptions({ marginTop, marginBottom }) on it).
Replace all data. Accepts OHLC bars, { time, value } points, or { time } gaps.
Live update: update the last item or append. Same item shapes as setData.
Public handle returned by
chart.addSeries(...).