I would like to be able to click/tap on a specific legend icon to change how the XYPlot is displayed. I'm aware of plot.getLegend(), but I don't see any member functions for accessing individual icons within the legend.I also checked out plot.getLayoutManager() and didn't see anything there either. Does anyone have any ideas?
How do I make an AndroidPlot XYPlot legend icon clickable?
66 Views Asked by AsparagusFactory At
1
There are 1 best solutions below
Related Questions in ANDROIDPLOT
- How to make two androidplot, each one take 50% of the screen?
- Plot onto a pdf canvas
- XYPlot Android same x value, multiple y-values
- How to Make AndroidPlot Pan Correctly with a TimeAxis
- androidplot x axis isn't scaling
- Android XYPlot graph bottom label size change?
- How can i plot a linechart using the data in textview and this data is being generated by a heart rate measurment instrument
- Androidplot legend icon shows differently on different devices
- How do I make an AndroidPlot XYPlot legend icon clickable?
- How to customize XYPlot properties - add X & Y axis labels and change legend text size?
- Add Custom Attributes to Existing View
- How to get rid of issue 'Binary XML file line #8: Binary XML file line #8: Error inflating class com.androidplot.xy.XYPlot' when working with XYPlot
- Androidplot - getSeriesSet() and other methods in newer AndroidPlot versions
- Androidplot - Positioning range labels inside plotting area
- "Error inflating class com.androidplot.xy.XYPlot" when I try to inflate my graph Fragment
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There is nothing built in but the Ledgend layout is well defined so it's not impossible to put your own touch listener together and calculate which bit of the Ledgend has been touched. I have the Ledgend full width at the bottom so I just have to divide the width by the number of items to get the size of each.