I am setting an onTouchListener
to the XYPlot
like in the AndroidPlot
example application.
I want to know when the user touches the x domain title, y domain title, or the general title. There is no getRect()
function for the class TextLabelWidget
, but there is one for the XYGraphWidget
. Should I edit the android plot project and push it? Or did I misread the code and is there already this functionality?