06-09-2009 11:33 AM
06-09-2009 12:05 PM
If you have CVI 8.5 or later, you can use the CreateMetaFontEx function to create an angled metafont, and then use that metafont in your PlotText call.
Another way to go (with CVI 8.0 or later) would be to use graph annotations instead of text plots, which seems a bit more suited for your purpose. In CVI 8.0, the annotation captions can't be angled, but in CVI 8.5 and later they can. You can configure the annotations in the UI editor or programmatically, using the AddGraphAnnotation function.
Luis
06-09-2009 12:54 PM