GCC_Refresh
- Updated2023-02-21
- 1 minute(s) read
int GCC_Refresh (GraphCursorCtrlHandle graphCursorControl);
Purpose
This function updates the coordinates of the graph cursors displayed in the graph cursor control. Use this function after plotting data to a graph to refresh the displayed values.
Parameters
| Input | ||
| Name | Type | Description |
| graphCursorControl | GraphCursorCtrlHandle | The handle to the graph cursor control returned by GCC_New. |
Return Value
| Name | Type | Description |
| result | int | The return value of the function. User interface error codes as documented in userint.h are returned. |
Additional Information
Library: Graph Cursor Control
Include file: custctrl\graphcursors.h
LabWindows/CVI compatibility: LabWindows/CVI 6.0 and later
Example
Refer to userint\custctrl\graphcursors\graphcursorctrl.cws for an example of using the GCC_Refresh function.