the animator object used to perform animations on the chart data
Protected
mProtected
mProtected
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
all rederers for the different kinds of data this combined-renderer can draw
Protected
applyApplies the required styling (provided by the DataSet) to the value-paint object.
Creates the renderers needed for this combined-renderer in the required order. Also takes the DrawOrder into consideration.
Draws the actual data in form of lines, bars, ... depending on Renderer subclass.
Draws 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.
Returns all sub-renderers.
Protected
is
Renderer class that is responsible for rendering multiple different data-types.