"Canyondude" wrote in message
news:50650000000500000032A10100-1079395200000@exchange.ni.com...
> I do need some control, such as changing the axis values and the graph
> size.
>
> I guess I should have mentioned that I need to update the graph in
> "real time", maybe 10 or 20 times per second. Also, this application
> will be compiled and distributed. I do not want to have to run Excel
> as a seperate graphing engine. I need something more integrated.
>
> I have not looked at Diadem. It seems to be for final (static)
> reports. Can it do real time updates? Can its charts be integrated
> into a Labview vi?
>
> As per your sugestions, I have been trying a picture control. I think
> this could work, though it is very complicated
.
The picture control can be very complicated (if it is used for graphing).
Take a look at the Picture Plots functions in Graphics & Sound. They are
just normal VI's, used for custom graphing. You can reuse much code from
them, e.g. for making the scales. There are also tools to convert from mouse
coordinates to graph coordinates. Perhaps there is even a function that
almost does what you need. Create a copy, and just modify it for your needs.
Regards,
Wiebe.