I'm using XYPlot and create a XYBarChart .I want to set the width of bars. m using ClusteredXYBarRenderer.Is there is any way to set the width of bars manually.
Plzzzzzzz help me.........
Waiting for ur reply.......
Thanks
Hi M using XYPlot and I want to set the XAxis(DomainAxis ) Tick mark values to the angle of 45 as with the Categoryplot like domainAxis.setCategoryLabelPositions(CategoryLabelPositions.DOWN_45); i want the same affect of above by using XYPlot Is it possible plzzzzzzzzz help me to solve this Awaiting...
Hello suppose a1 and b1 r the arraylist which contains data for x and Y axis for(int i=0;i<a1.size();i++) { double d= Double.parseDouble(a1.get(i).toString()); double d1= Double.parseDouble(b1.get(i).toString()); series1.add(d, d1); } XYSeriesCollection dataset = new XYSeriesCollection(); dataset.ad...
Hi I want to display the data points acc. to the tick marks at the x axis and y axis.Suppose we have tick marks at the the X axis as 5,10,15...... and for y its 100,150,200,250............. and the data points is like( 5,100),(6,110)(8,130),(9,150),(11,180)................. now from this set of data...
Hi I am using XYPLot and set the axis range using SetRange() method but i want the interval between values to be whole no not in float value like suppose i set the range like valAxis.setRange(1.0,36.0) then it plot the range like 0.0 2.5 5.0 7.5 etc I want it to be set like 1.0 3.0 5.0 7.0 etc is it...
Hi is it possible to change the stype format osf XAXis range values. I want these values appears to be at an angle of 45 degree as in category plot like domainAxis.setCategoryLabelPositions(CategoryLabelPositions.DOWN_45); but m using XYPlot so is it possible........ Awaiting for ur reply Thanx in a...
Hi How we cwn set the step size of XAxis and YAxis it takes the interval size bydefault suppose i have set the range of XAxis as (1.0,14.0) then in the XAxis these are plotted as 1.0,2.0 3.0 4.0. .. .........14.0 I want to set the steps as 1.0 3.0 5.0 7.0 etc Is it possible Plzzzzzz help me solve th...
Hi I have a problem to set the margin of XAxis.I want some space left beyond the upperbound of XAxis Range like suppose this dot(.) is the vertical line of graph ( . 1 2 3 4 5 6 .) there is space before 1 and after 6.Ialso want this type of space in my graph can u plzz help me to solve this problem....
Hi
I want to set the shape to be triangular. but right now i get the square.
how is it possible to set the shape as we required.For this i have used setItemShape(i,j).but i have no idea about the value of i nd j here.
so plzzzzzzzz help me to solve this problem
Thanx
Hi all I want to create a bar chart using XYPLot but wht happen the different bars overlapped each other .Iwant to display every bar separately as in the Category plot .Is any soln for this problem here is the code package chart; import java.awt.Color; import java.text.NumberFormat; import org.jfree...