Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
650
UltraChart Line Chart
posted

I am having some real trouble displaying a simple line chart, maybe I am making things too difficult, but I am hoping someone can point me in the right direction.  I have some simple data, data points taken a random time intervals.  I would like them displayed "Chronologically".  When I first attempted this, I had a simple DataTable, but all of my points were displayed one right after another, (must have been treating DateTime as a string).  Currently I tried to create a composite Line Chart, using a NumericTimeSeries.  and when I add call ultrachart.Series.Add(myNumricSeries), it adds it to the series as expected, but no data is displayed on the chart when it loads.

 All help is greatly appreciated!

Greg