I am replacing an old charting package with chart director. The previous package produced multiply colored axis, so that you can quickly see where different days begin/end, like this:
Does chart-director support anything similar?
I am replacing an old charting package with chart director. The previous package produced multiply colored axis, so that you can quickly see where different days begin/end, like this:
Does chart-director support anything similar?
May be you can try to add thick custom lines using BaseChart.addLine, or thin custom rectangles using BaseChart.addText (create an empty text box, use Box.setSize to set its size and Box.setBackground to set the background and border colors). Basically, you would need to determine the standing and ending positions of each day, and then add a think or a thin box just below the x-axis.