time not appearing on X axis, shows text instead

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
vk_nomura
Newbie
Newbie
Posts: 12
Joined: Mon May 17, 2010 12:00 am

time not appearing on X axis, shows text instead

Post by vk_nomura » Fri Jun 18, 2010 3:19 pm

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

Narcís
Site Admin
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

Post by Narcís » Fri Jun 18, 2010 3:27 pm

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!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply