Chart title accessor.
Rendering container / stage.
Number of series in the chart.
Get a series by its numeric index.
OptionalxX-axis accessor (Cartesian charts). Returns null for non-Cartesian.
OptionalyY-axis accessor (Cartesian charts). Returns null for non-Cartesian.
OptionalgetChart type string (e.g. "bar", "line", "pie").
OptionaldataChart-level data accessor. Present on single-dataset chart types such as Heatmap, which do not expose a series-based API and instead store their cells in a top-level data view. Absent on multi-series Cartesian charts (bar, line, scatter, box, candlestick).
OptionaltoSVG string export.
The minimal chart interface the adapter requires.
All supported AnyChart chart types (Cartesian, Pie, etc.) expose these methods once the chart has been drawn.