time not appearing on X axis, shows text instead
Posted: 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
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