I am using WPF version.
I am adding data to the series in the following format:
series.Add(time, price, text);
And when I do this: the X axis on the graph is showing the "text" for each point and not the time. The reason I am adding text is for the tooltip. Basically I do not want the "text" to appear on the X axis.
Please advise.
Regards,
Vish
time not appearing on X axis, shows text instead
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: time not appearing on X axis, shows text instead
Hi Vish,
You should axes labels style to display series values instead of text and series XValues.DateTime property to true. You'll find more detailed information in tutorial 4. Tutorials are available at TeeChart's program group.
Hope this helps!
You should axes labels style to display series values instead of text and series XValues.DateTime property to true. You'll find more detailed information in tutorial 4. Tutorials are available at TeeChart's program group.
Hope this helps!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |