Abstract
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
applyApplies the required styling (provided by the DataSet) to the value-paint object.
Abstract
drawDraws the actual data in form of lines, bars, ... depending on Renderer subclass.
Abstract
drawDraws any kind of additional information (e.g. line-circles).
Abstract
drawDraws 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: BaseCustomRendererAbstract
drawLoops over all Entrys and draws their values.
Protected
is
Superclass of all render classes for the different data types (line, bar, ...).