Click or drag to resize

CGUIShowDirectHist Method (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(
	double min,
	double max,
	double mean,
	double std_dev,
	double median,
	int items,
	CVV vv
)

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

Parameters

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