User`s guide

MarkerMode Method - This method can be used to hide or show the Horizontal and Vertical Markers on the
current plot view.
Syntax
AppObj.MarkerMode(HorzShow, VertShow)
AppObj is the required GigaView Application Object.
HorzShow is the required Boolean variable indicating whether the Horizontal Markers should be displayed on the
current plot view.
VertShow is the required Boolean variable indicating whether the Vertical Markers should be displayed on the
current plot view.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.MarkerMode True, False
MarkerMove Method - This method can be used to move the Horizontal and Vertical Markers to a specific
location on the current plot view.
Syntax
AppObj.MarkerMove(Horz1, Horz2, Vert1, Vert2)
AppObj is the required GigaView Application Object.
Horz1 and Horz2 are the required Numeric variables indicating the 2 relative Horizontal Marker locations within
the current plot view. 0 is the minimum value and represents the bottom of the plot. 1000 is the maximum value
and represents the top of the plot window.
Vert1 and Vert2 are the required Numeric variables indicating the 2 relative Vertical Marker locations within the
current plot view. 0 is the minimum value and represents the left of the plot. 1000 is the maximum value and
represents the right of the plot window.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.Open ("C:\Visi\dataCOM1.vtd")
Visi.MarkerMode True, True
Visi.MarkerMove 500, 900, 500, 900
Maximize Method - This method maximizes the current child view inside the main window frame.
Syntax
AppObj.Maximize
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.Open ("C:\Visi\dataCOM1.vtd")
Visi.Open ("C:\Visi\Histogram1.vtd")
Visi.Maximize
Minimize Method - This method minimizes the current child view inside the main window frame.
Syntax
AppObj.Minimize
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.Open ("C:\Visi\dataCOM1.vtd")
Visi.Open ("C:\Visi\Histogram1.vtd")
Visi.Minimize
Appendix A
©
WAVECREST Corporation 2005
274