drawBehindChart

open override fun drawBehindChart(context: ChartDrawContext)

Called before the Chart is drawn. Implementations should rely on this function to draw themselves, unless they need to draw something above the Chart.

Parameters

context

holds the information needed to draw the axis.

See also