time series chart alignment workaround
time series chart alignment workaround
What is the workaround that has been added to fix the alignment between time series charts and the date axis?
Re: time series chart alignment workaround
There is now a 'position' attribute in the TimeSeriesCollection class. This can be set to START (the default now), MIDDLE (the previous behaviour), or END, and controls the millisecond that is returned by the getXValue(...) method.
This was the easiest way to fix the alignment. In the future I plan to modify the date axis classes to have similar controls over the positioning of ticks...
Regards,
DG.
This was the easiest way to fix the alignment. In the future I plan to modify the date axis classes to have similar controls over the positioning of ticks...
Regards,
DG.