GraphChart Events

Requires: Base Development System

Inherits from Control. View the class hierarchy.

EventDescription
Annotation Menu SelectionGenerated when the user selects a menu item from the shortcut menu of an annotation. This event is posted after the built-in shortcut menu item is processed by LabVIEW. Details
Annotation Menu Selection?Generated when the user selects a menu item from the shortcut menu of an annotation. This event is posted before the built-in shortcut menu item is processed by LabVIEW. Details
Autoscale Range ChangeGenerated when the minimum or maximum value of the scale of a graph or chart is changed through autoscaling. This event is useful if you want to register user changes and then adjust the functionality of the graph based on those changes. Details
Cursor Menu SelectionGenerated when the user selects a menu item from the shortcut menu of the cursor legend. This event is posted after the built-in shortcut menu item is processed by LabVIEW. Details
Cursor Menu Selection?Generated when the user selects a menu item from the shortcut menu of the cursor legend. This event is posted before the built-in shortcut menu item is processed by LabVIEW. Details
Plot Attribute ChangeGenerated when the user changes an attribute of a plot on a graph or chart by right-clicking the plot in the plot legend and selecting an item from the shortcut menu. This event is useful if you want to register user changes and then adjust the functionality of the graph. Details
Scale Range ChangeGenerated when the user changes the minimum or maximum value of the scale of a graph or chart. The minimum or maximum value changes when the user enters a new value in a scale marker, pans or zooms the graph or chart, or the graph or chart autoscales. This event is useful if you want to register user changes and then adjust the functionality of the graph. Details