Code: Select all
valueAxis.setAutoRangeIncludesZero(false);
Regards,
Grzegorz
Code: Select all
valueAxis.setAutoRangeIncludesZero(false);
Code: Select all
public void drawVerticalItem(Graphics2D g2,
Rectangle2D dataArea,
CategoryPlot plot,
CategoryAxis domainAxis,
ValueAxis rangeAxis,
CategoryDataset dataset,
int row,
int column) {
BoxAndWhiskerCategoryDataset bawDataset = (DefaultBoxAndWhiskerCategoryDataset) dataset;
Code: Select all
BoxAndWhiskerCategoryDataset bawDataset = (BoxAndWhiskerCategoryDataset) dataset;
Yes. I've noted this, but as yet I don't have a fix. I will work on it over the next few days.The Category title at x-axis and the bar do not lineup well. For a single series, while the bar (data series) is to the left of the chart but the title for the bar is in the middle of the x-axis. I wish I could put the chart here, but I couldn't paste it. Is there a fix for this?
David,The Category title at x-axis and the bar do not lineup well. For a single series, while the bar (data series) is to the left of the chart but the title for the bar is in the middle of the x-axis. I wish I could put the chart here, but I couldn't paste it. Is there a fix for this?
Yes. I've noted this, but as yet I don't have a fix. I will work on it over the next few days.
David B