ResetZoom


Function

 

Resets the display magnification of the graph.

 

Format

 

Ret = dncGraph1.ResetZoom()

 

Parameters

 

None

 

Return value

 

Ret [ C#: int ] [ VB.NET: Integer ]

 

Value

Description

0

Normality completion

Other errors (see: Error code details)

 

Remarks

 

Resets the display magnification of the graph.

 

Example

 

Resets the display magnification of the graph.

C#

int Ret

Ret = dncGraph1.ResetZoom();

 

VB.NET

Dim Ret As Integer

Ret = dncGraph1.ResetZoom()