Jump to content
Software FX Community

Drawing a real time graph for stock!


User (Legacy)

Recommended Posts

Hellow!

Nice to meet you!

I'm a novice to this product!

My fx's info. is ChartFx C/S 5.1

I want to draw a stock chart using this FX

Data formats which I will use are as below.

time(hhmmss) value(designed by me)

"090815", ????

"090820", ????

"090823", ????

"090845", ????

. .

. .

. .

So, I will arrange the time value in x-axis and designed value in y-axis.

But, FX can't recognize the type of data.

Of course, I tried to write the code as below.

ChartFx1.Axis(AXIS_Y).Format = AF_Time

show me the way to solve this problem.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...