Abstract
Protected
mbase axis this axis renderer works with
Protected
mpalet for the x-label values
Protected
mpalet for the line surrounding the chart
Protected
mpalet object for the grid lines
Protected
mpalet used for the limit lines
Protected
mthe component that handles the drawing area of the chart and it's offsets
Readonly
transformertransformer to transform values to screen pixels and return
Returns the Paint object used for drawing the axis (labels).
Returns the Paint object that is used for drawing the axis-line that goes alongside the axis.
Returns the Paint object that is used for drawing the grid-lines of the axis.
Computes the axis values.
the minimum value in the data object for this axis
the maximum value in the data object for this axis
Protected
computeSets up the axis values. Computes the desired number of labels between the two given extremes.
Protected
createOptional
min: anyOptional
max: anyOptional
inverted: anyAbstract
renderDraws the axis labels to the screen.
Abstract
renderDraws the line that goes alongside the axis.
Abstract
renderDraws the grid lines belonging to the axis.
Abstract
renderDraws the LimitLines associated with this axis to the screen.
Baseclass of all axis renderers.