Decoration

interface Decoration

A Decoration presents additional information on a Chart.

An example Decoration implementation is ThresholdLine.

See also

Inheritors

Functions

Link copied to clipboard
open fun onDrawAboveChart(context: ChartDrawContext, bounds: RectF)

Called immediately after the Chart finishes drawing itself.

Link copied to clipboard
open fun onDrawBehindChart(context: ChartDrawContext, bounds: RectF)

Called before the Chart starts drawing itself.