-
public interface DecorationA Decoration presents additional information on a Chart.
An example Decoration implementation is ThresholdLine.
-
-
Method Summary
Modifier and Type Method Description UnitonDrawBehindChart(ChartDrawContext context, RectF bounds)Called before the Chart starts drawing itself. UnitonDrawAboveChart(ChartDrawContext context, RectF bounds)Called immediately after the Chart finishes drawing itself. -
-
Method Detail
-
onDrawBehindChart
Unit onDrawBehindChart(ChartDrawContext context, RectF bounds)
Called before the Chart starts drawing itself.
-
onDrawAboveChart
Unit onDrawAboveChart(ChartDrawContext context, RectF bounds)
Called immediately after the Chart finishes drawing itself.
-
-
-
-