Custom Mark Text
Posted: Fri Mar 05, 2010 9:54 pm
Hi, I hope I am just doing something wrong and its an easy fix.
You MarksStyle values aren't enough for what I need. I need to basically add my own text to the mark. Which one would think I could do by the method setText that you guys made available
I have
This has NO effect whatsoever. how do I add my own text to the mark of each series?
Brian
You MarksStyle values aren't enough for what I need. I need to basically add my own text to the mark. Which one would think I could do by the method setText that you guys made available
I have
Code: Select all
markItem.setDrawText(true);
markItem.setText("BLAH");
This has NO effect whatsoever. how do I add my own text to the mark of each series?
Brian