Page 1 of 1

time not appearing on X axis, shows text instead

Posted: Fri Jun 18, 2010 3:19 pm
by 16056172
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

Re: time not appearing on X axis, shows text instead

Posted: Fri Jun 18, 2010 3:27 pm
by narcis
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!