Click or drag to resize

CGUIShowHist Method (IWin32Window, CST)

Display Histogram of data from ST

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ShowHist(
	IWin32Window owner,
	CST st
)

public static void ShowHist(
	IWin32Window owner,
	CST st
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
st
Type: GeoEngine.Core.GXNetCST
Statistics obj
See Also