AxisLabelResolver
Posted: Sat Jun 21, 2008 1:45 pm
I have not been able to find much documentation on AxisLabelResolver, so I've been playing around with it in an attempt to find out how it works.
For my explorations, I have been using Box. This is because I'm interested in creating a Box Plot with clusterings of boxes. In doing this, I will probably need custom axes labels.
1. Would it be possible for someone to explain a little about the use of AxisLabelResolver?
2. For the method: s is null and valueIndex is -1. What are these for?
3. What is the method getNextLabel for?
4. What does the boolean argument to the NextAxisLabelValue constructor do?
Regards,
Jesse
For my explorations, I have been using Box. This is because I'm interested in creating a Box Plot with clusterings of boxes. In doing this, I will probably need custom axes labels.
1. Would it be possible for someone to explain a little about the use of AxisLabelResolver?
2. For the method:
Code: Select all
public String getLabel(Axis axis, ISeries s, int valueIndex, String labelText)
3. What is the method getNextLabel for?
4. What does the boolean argument to the NextAxisLabelValue constructor do?
Regards,
Jesse