OnXRangeOver


Function

 

This event occurs when the X scale value is exceeded.

 

Format

 

dncGraph1_OnXRangeOver(object sender, short DeviceNo, XRangeOverEventArgs 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#: XRangeOverEventArgs  ] [ VB.NET: XRangeOverEventArgs  ]

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)

 

Remarks

 

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