Protected
mmatrix for handling the different offsets of the chart
Protected
mmatrix to map the values to the screen pixels
Protected
mProtected
mProtected
mProtected
mProtected
mProtected
mTransforms an List of Entry into a let array containing the x and y values transformed with all matrices for the BUBBLECHART.
Transforms an List of Entry into a float array containing the x and y values transformed with all matrices for the BUBBLECHART.
Transforms an List of Entry into a let array containing the x and y values transformed with all matrices for the CANDLESTICKCHART.
Transforms an List of Entry into a let array containing the x and y values transformed with all matrices for the SCATTERCHART.
Returns a recyclable MPPointD instance. returns the x and y values in the chart at the given touch point (encapsulated in a MPPointD). This method transforms pixel coordinates to coordinates / values in the chart. This is the opposite method to getPixelForValues(...).
Optional
outputPoint: any
Transformer class that contains all matrices and is responsible for transforming values into pixels on the screen and backwards.