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 UI는 내장된 모든 사용자 인터페이스 이벤트를 참조합니다.

0LabVIEW UI
Type

마우스 다운, 값 변경, 타임아웃등과 같이 발생한 이벤트의 타입.

Time

이벤트가 발생할 때의 밀리초 타이머의 값.

CtlRef

이벤트가 발생한 컨트롤에 대한 참조.

PlotIdx

속성이 변경된 플롯의 인덱스.

PlotRef

속성이 변경된 플롯의 참조.

OldAttrib

속성 값을 사용자가 변경하기 전의 플롯 속성 값을 가지는 클러스터.

NewAttrib

속성 값을 사용자가 변경한 후의 플롯 속성 값을 가지는 클러스터.

예제

LabVIEW에 포함된 다음 예제 파일을 참조하십시오.

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