OnYRangeOver


Function

 

This event occurs when the Y scale value is exceeded.

 

Format

 

dncGraph1_OnYRangeOver(object sender, short DeviceNo, YRangeOverEventArgs e)

 

Parameters

 

sender [ C#: object ] [ VB.NET: object ]

Event source.

 

DeviceNo [ C#: short ] [ VB.NET: Short ]

Returns the device No. where the event occurred.

However, if it occurs in DncGraph itself, -1 is returned.

 

e [ C#: YRangeOverEventArgs  ] [ VB.NET: YRangeOverEventArgs  ]

Event arguments. Details are shown below.

 

Event argument

 

Arguments

C# Type

VB.NET Type

Description

RangeStatus

int

Integer

Indicates the direction beyond the range (0: minimum value exceeded, 1: maximum value exceeded)

LineNumber

int

Integer

Target line No.

 

Remarks

 

This event is used to acquire related information when the Y scale value is exceeded.