the animator object used to perform animations on the chart data
ProtectedmProtectedmProtectedmpalet used for highlighting values
Protectedmmain palet object used for rendering
Protectedmpalet object for drawing values (text representing values of chart entries)
Protectedmthe 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
ProtectedapplyApplies 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
OptionalcustomRender: BaseCustomRendererDraws the value of the given entry by using the provided IValueFormatter.
canvas
label to draw
label to draw
label to draw
position
position
OptionalcustomRender: BaseCustomRendererLoops over all Entrys and draws their values.
Returns all sub-renderers.
Protectedis
Renderer class that is responsible for rendering multiple different data-types.