Click or drag to resize
CGUIShowDirectHist Method (CGXNETCore, Double, Double, Double, Double, Double, Int32, CVV)
Display histogram of data directly

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void ShowDirectHist(
	CGXNETCore gxNetShared,
	double min,
	double max,
	double mean,
	double std_dev,
	double median,
	int items,
	CVV vv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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.GXNetXCVV
VV holding hist counts
See Also