Protected
minstance of the data-provider
Protected
mbuffer for storing previously highlighted values
Protected
buildAn array of Highlight
objects corresponding to the selected xValue and dataSetIndex.
Protected
getReturns the Highlight of the DataSet that contains the closest value on the y-axis.
contains two Highlight objects per DataSet closest to the selected x-position (determined by rounding up an down)
Optional
axis: AxisDependencythe closest axis
Protected
getProtected
getProtected
getProtected
getProtected
getReturns a list of Highlight objects representing the entries closest to the given xVal. The returned list contains two objects per DataSet (closest rounding up, closest rounding down).
the transformed x-value of the x-touch position
Optional
x: anyOptional
y: anyProtected
getThis method creates the Highlight object that also indicates which value of a stacked BarEntry has been selected.
the Highlight to work with looking for stacked values
Protected
getReturns sorted highlights based on distance to touch x,y
contains two Highlight objects per DataSet closest to the selected x-position (determined by rounding up an down)
Optional
axis: AxisDependencythe closest axis
Created by philipp on 10/06/16.