Protectedmbase axis this axis renderer works with
Protectedmpalet for the x-label values
Protectedmpalet for the line surrounding the chart
ProtectedmProtectedmpalet object for the grid lines
ProtectedmProtectedmpalet used for the limit lines
ProtectedmProtectedmthe component that handles the drawing area of the chart and it's offsets
Readonlytransformertransformer to transform values to screen pixels and return
ProtectedxReturns 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.
ProtectedcomputeProtectedcreateProtecteddrawDraws the grid line at the specified position using the provided path.
ProtecteddrawOptionalcustomRenderFunction: CustomRendererLabelFunctionProtecteddrawDraws the x-labels on the specified y-position.
ProtecteddrawDraw the mark tickets on the specified y-position
Optionalmin: anyOptionalmax: anyOptionalinverted: anyDraws the axis labels to the screen.
Draws the line that goes alongside the axis.
Draws the grid lines belonging to the axis.
OptionalcustomRendererFunc: CustomRendererLimitLineFunctionDraws the LimitLines associated with this axis to the screen. This is the standard YAxis renderer using the XAxis limit lines.
Baseclass of all axis renderers.