Abstractthe animator object used to perform animations on the chart data
Protectedmpalet 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
ProtectedapplyApplies the required styling (provided by the DataSet) to the value-paint object.
AbstractdrawDraws the actual data in form of lines, bars, ... depending on Renderer subclass.
AbstractdrawDraws any kind of additional information (e.g. line-circles).
AbstractdrawDraws 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: BaseCustomRendererAbstractdrawLoops over all Entrys and draws their values.
Protectedis
Superclass of all render classes for the different data types (line, bar, ...).