Hi Richard, thank you for your response..
In the XYDifferenceRenderer I have two values, a maximum and a totalcount, both on a certain timeinterval.
On the the domain axis I show an interval on by example every half hour, so 00:00, 00:30, 01:00 etc.. to the end of the day
I would like to show the utilization in a percentage of the two values.. I have a totalcount of 1 and a maximum of 4, so a percentage of 25% at a certain timeinterval..
I know if I use percentage values in my dataset instead of the absolute numbers in a bar chart I can show the percentage.. but only the percentages...
I would like to show both (absolute numbers and percentages) and the XYDifferenceRenderer gives an idea in which free spaces are left or are overmaxed...
In the itemLabelPosition you have both axis values....
I know the series need to be related somehow..
XYItemLabelGenerator generator = new StandardXYItemLabelGenerator("{2}", decimalformat, decimalformat);
Let me know if there is something I could try
In regards to your question.. yes they share a common set of domain values in timeinterval parts....