Generated 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.

イベントデータフィールド

名前 説明
Source

イベントのソース。LabVIEWのユーザインタフェースは標準のユーザインタフェースイベントを参照します。

0LabVIEW UI
Type

マウスダウン、値変更、タイムアウトなど、発生したイベントのタイプ。

Time

イベントが発生した際のミリ秒タイマの値。

CtlRef

イベントが発生した制御器のリファレンス。

PlotIdx

属性が変更されたプロットの指標。

PlotRef

属性が変更されたプロットのリファレンス。

OldAttrib

ユーザが属性値を変更する前のプロットの属性値を含むクラスタ。

NewAttrib

ユーザが属性値を変更した後のプロットの属性値を含むクラスタ。

サンプルプログラム

LabVIEWに含まれている以下のサンプルファイルを参照してください。

  • labview\examples\Controls and Indicators\Graphs and Charts\Graphs - General\Graph Events.vi