ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  how to use real data as timestamps at finance(2)
Posted by lsc on Feb-16-2013 22:18
I am trying the ChartDirector for .net.
I can understand almost every sample in document and thank your excellent document.
But I don't get how to apply what c# type data and format of real data to the timestamps at c.setData (double timestamps,...)
would you please present the real example.

  Re: how to use real data as timestamps at finance(2)
Posted by Peter Kwan on Feb-19-2013 01:04
Hi lsc,

The FinanceChart object also accepts DateTime[] as timestamps, which is the native data type for date/time in .NET and C#. See:

http://www.advsofteng.com/doc/cdnet.htm#FinanceChart.setData.htm

Hope this can help.

Regards
Peter Kwan