Hi,
How can I add some text at the end of x-axis. I want display the timeZone of the dates For Example. if the line below is x-axis, I want to add CDT at the end.
-------------------------------------------------
CDT
Thanks,
Suprigya.
Add adornment to xAxis
Re: Add adornment to xAxis
Hi Suprigya,
At present, there is no feature to support that...except for modifying the source code directly. Look in the draw(...) method in the HorizontalDateAxis class (or whichever axis class you are using)...it would not be difficult to add some additional drawing in there.
Regards,
DG
At present, there is no feature to support that...except for modifying the source code directly. Look in the draw(...) method in the HorizontalDateAxis class (or whichever axis class you are using)...it would not be difficult to add some additional drawing in there.
Regards,
DG