I have generated a barchart using
Code: Select all
BarRenderer renderer = new BarRenderer();
CategoryAxis categoryAxis = new CategoryAxis("");
ValueAxis valueAxis = new NumberAxis("");
CategoryPlot plot = new CategoryPlot(dataset, categoryAxis, valueAxis, null);
For better understanding i have posted two images

Using which property i can able to plot the graph data left,closer to the y-axis.
Can any body help to solve the problem?
Thanks in advance.