the animator object used to perform animations on the chart data
Protected
mpalet used for highlighting values
Protected
mmain palet object used for rendering
Protected
mpalet object for drawing values (text representing values of chart entries)
Protected
mthe component that handles the drawing area of the chart and it's offsets
Protected
mbuffer for storing the current minimum and maximum visible x
Protected
applyApplies the required styling (provided by the DataSet) to the value-paint object.
Draws the actual data in form of lines, bars, ... depending on Renderer subclass.
Protected
drawDraws any kind of additional information (e.g. line-circles).
Draws the icons of the given entry
canvas
icon to draw
icon to draw
position
position
Optional
customRender: BaseCustomRendererDraws the value of the given entry by using the provided IValueFormatter.
canvas
label to draw
label to draw
label to draw
position
position
Optional
customRender: BaseCustomRendererLoops over all Entrys and draws their values.
Protected
getProtected
isProtected
isChecks if the provided entry object is in bounds for drawing considering the current animation phase.
Protected
shouldReturns true if the DataSet values should be drawn, false if not.
Bubble chart implementation: Copyright 2015 Pierre-Marc Airoldi Licensed under Apache License 2.0 Ported by Daniel Cohen Gindi