I´m using HighLow chart, and I need put hours in each HighLow element.
How can I do it? Thanks.
Set time in HighLow chart
Re: Set time in HighLow chart
Hi Jose,
I'm not sure what you mean by 'put hours in each HighLow element'. Can you explain?
Regards,
DG.
I'm not sure what you mean by 'put hours in each HighLow element'. Can you explain?
Regards,
DG.
Re: Set time in HighLow chart
I want write in HorizontalDateAxis the hour of HighLow element.
In my Chart is important show this hour, not only the automatic dates shown.
In my Chart is important show this hour, not only the automatic dates shown.
Re: Set time in HighLow chart
You can create a DateUnit object that represents one hour, then use the setTickUnit(...) method in the date axis (this will change slightly in version 0.9.4 when it is released, because I have modified the DateAxis class a bit).
Regards,
DG.
Regards,
DG.