LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Bug in CwGraph under LW/CVI 7?

Hi,
 
I'm using CwGraph 7.1.0 (306)(602) with LW/CVI 7.0 under Windows XP.
I have a CwGraph ActiveX container on a panel. It contains 4 plots associated with 4 Y-axis.
 
 
/* Annotation and caption handle
ret = CWUIControlsLib_CWAnnotationsAdd (annotationsHandle, NULL, &annotationHandle);
ret = CWUIControlsLib_CWAnnotationGetCaption (annotationHandle, NULL, &captionHandle);
ret = CWUIControlsLib_CWCaptionSetText (captionHandle, NULL, "test");
ret = CWUIControlsLib_CWAnnotationSetCoordinateType (annotation, NULL, CWUIControlsLibConst_cwAxesCoordinates);
ret = CWUIControlsLib_CWAnnotationSetPlot (annotation, NULL, plotHandle[plotNumber]);
ret = CWUIControlsLib_CWAnnotationSetSnapMode (annotation, NULL, CWUIControlsLibConst_cwCSnapPointsOnPlot);  
ret = CWUIControlsLib_CWCaptionSetCoordinates (caption, NULL, xPos, yPos);
0 Kudos
Message 1 of 2
(2,826 Views)
Wrong button pushed... Disregard this message and please see the message posted just after this one.
 
Sorry about the mess up.
 
svk
0 Kudos
Message 2 of 2
(2,818 Views)