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
mProtected
mpalet used for the limit lines
Protected
mProtected
mthe component that handles the drawing area of the chart and it's offsets
Readonly
transformertransformer to transform values to screen pixels and return
Protected
xReturns 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
computeProtected
createProtected
drawDraws the grid line at the specified position using the provided path.
Protected
drawOptional
customRenderFunction: CustomRendererLabelFunctionProtected
drawdraws the x-labels on the specified y-position
Protected
drawDraw the mark tickets on the specified y-position
Optional
min: anyOptional
max: anyOptional
inverted: anyDraws the axis labels to the screen.
Draws the line that goes alongside the axis.
Draws the grid lines belonging to the axis.
Optional
customRendererFunc: CustomRendererLimitLineFunctionXAxis LimitLines on RadarChart not yet supported.
Baseclass of all axis renderers.