hi,
I have a XYBar with one serie.
But each bar have the same width, and i want different width.
help width bar
-
- Posts: 13
- Joined: Fri Apr 28, 2006 2:53 pm
You will need to provide your own implementation of IntervalXYDataset. To support variable width bars, you will need to provide custom logic in these methods
Code: Select all
double getStartX(int series, int item)
double getEndX(int series, int item)