AbstractProtectedmbase axis this axis renderer works with
Protectedmpalet for the x-label values
Protectedmpalet for the line surrounding the chart
Protectedmpalet object for the grid lines
Protectedmpalet used for the limit lines
Protectedmthe component that handles the drawing area of the chart and it's offsets
Readonlytransformertransformer 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
ProtectedcomputeSets up the axis values. Computes the desired number of labels between the two given extremes.
ProtectedcreateOptionalmin: anyOptionalmax: anyOptionalinverted: anyAbstractrenderDraws the axis labels to the screen.
AbstractrenderDraws the line that goes alongside the axis.
AbstractrenderDraws the grid lines belonging to the axis.
AbstractrenderDraws the LimitLines associated with this axis to the screen.
Baseclass of all axis renderers.