Click or drag to resize

CGUIGridStatHist Method (IWin32Window, String)

Display Histogram of grid

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridStatHist(
	IWin32Window owner,
	string grid_name
)

public static void GridStatHist(
	IWin32Window owner,
	string grid_name
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
grid_name
Type: SystemString
Name of the grid to get stats from
See Also