Click or drag to resize

CGUIGridStatHist5 Method (IWin32Window, String, String, String, String, String)

Display Histogram of up to 5 different grids

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridStatHist5(
	IWin32Window owner,
	string grid_name_1,
	string grid_name_2,
	string grid_name_3,
	string grid_name_4,
	string grid_name_5
)

public static void GridStatHist5(
	IWin32Window owner,
	string grid_name_1,
	string grid_name_2,
	string grid_name_3,
	string grid_name_4,
	string grid_name_5
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
grid_name_1
Type: SystemString
Name of the first grid to get stats from (required)
grid_name_2
Type: SystemString
Optional name of the second grid to get stats from
grid_name_3
Type: SystemString
Optional name of the third grid to get stats from
grid_name_4
Type: SystemString
Optional name of the fourth grid to get stats from
grid_name_5
Type: SystemString
Optional name of the fifth grid to get stats from
See Also