
Help needed graphing stocks/options
Hi
I am writing a program for myself, to keep track of certain stocks/options.
The problem I have is that I need to graph certain things, e.g. Open, High,
Low and Close prices on one point so that each point looks something like
this:
_
|
-_
|
-
i.e. a vertical line with horizontal off shoots depicting the value of the
Ope, High, Low and Close prices - in short a fairly 'standard' graph
The problem is that I can't seem to find any control out there that does
this - MSChart, Excel objects, etc. can only graph a max of 3 data points
per chart point.
Anyone have/know anything out there that can do this - otherwise I'm
thinking of going through the mission and writing a graphing class :(
Thanks in advance
Bernard