Protected
mbase axis this axis renderer works with
Protected
mpalet for the x-label values
Protected
mpalet for the line surrounding the chart
Protected
mProtected
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
Protected
mProtected
mReadonly
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 y-value in the data object for this axis
the maximum y-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
createProtected
drawDraws the grid line at the specified position using the provided path.
Protected
drawDraw mark tickets
Protected
drawdraws the y-labels on the specified x-position
Protected
drawDraws the zero line.
Optional
min: anyOptional
max: anyOptional
inverted: anyProtected
getTransforms the values contained in the axis entries to screen pixels and returns them in form of a let array of x- and y-coordinates.
draws the y-axis labels to the screen
Draws the line that goes alongside the axis.
Draws the grid lines belonging to the axis.
Draws the LimitLines associated with this axis to the screen. This is the standard XAxis renderer using the YAxis limit lines.
Baseclass of all axis renderers.