Click or drag to resize

CGUIShowDirectHist Method (IWin32Window, Double, Double, Double, Double, Double, Int32, CVV)

Display histogram of data directly

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ShowDirectHist(
	IWin32Window owner,
	double min,
	double max,
	double mean,
	double std_dev,
	double median,
	int items,
	CVV vv
)

public static void ShowDirectHist(
	IWin32Window owner,
	double min,
	double max,
	double mean,
	double std_dev,
	double median,
	int items,
	CVV vv
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
min
Type: SystemDouble
Min Value to display
max
Type: SystemDouble
Max Value to display
mean
Type: SystemDouble
Mean Value to display
std_dev
Type: SystemDouble
StdDev Value to display
median
Type: SystemDouble
Median Value to display
items
Type: SystemInt32
Items Number of items this comprises
vv
Type: GeoEngine.Core.GXNetCVV
VV holding hist counts
See Also