drawScrollableContent

open override fun drawScrollableContent(context: ChartDrawContext, model: Model)

Responsible for drawing the chart itself and any decorations behind it.

Parameters

context

holds the data needed to draw the Chart.

model

holds data about the Chart’s entries.

See also