Click or drag to resize
CMVUHistogram2 Method
Plot the histogram on a map.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
A vertical line through from bottom to top horizontal axis is drawn Also a label 'Threshold value' is plotted against this line. However, None of them will be plotted if threshold value is dummy or outside the X data range.
Syntax
public static void Histogram2(
	CMVIEW oMVIEW1,
	CST oST2,
	CST oST3,
	string str4,
	string str5,
	double d6,
	string str7,
	double d8,
	string str9,
	double d10,
	double d11,
	double d12,
	double d13,
	double d14,
	double d15,
	double d16,
	double d17,
	double d18,
	int i19,
	int i20,
	int i21,
	CST oST22,
	double d23
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oST2
Type: GeoEngine.Core.GXNetCST
ST with summary stats of original data
oST3
Type: GeoEngine.Core.GXNetCST
ST with histogram info of original or log10 data
str4
Type: SystemString
X axis title
str5
Type: SystemString
Y axis title
d6
Type: SystemDouble
Text size in mm for X/Y axis' titles. Accept dummy
str7
Type: SystemString
Overall title. Plotted below X axis if X axis title is not given
d8
Type: SystemDouble
Text size in mm for plot overall title. Accept dummy
str9
Type: SystemString
unit
d10
Type: SystemDouble
X in mm (bottom left corner of histogram box)
d11
Type: SystemDouble
Y in mm (bottom left corner of histogram box)
d12
Type: SystemDouble
box width in mm
d13
Type: SystemDouble
box height in mm
d14
Type: SystemDouble
Minimum X in data unit (bottom left corner of histogram boxes)
d15
Type: SystemDouble
Minimum Y in data unit
d16
Type: SystemDouble
box width in data unit
d17
Type: SystemDouble
box height in data unit
d18
Type: SystemDouble
width (mm) of the additional box for summary stats
i19
Type: SystemInt32
Log horizontal axis: 0 - Normal, 1 - Log
i20
Type: SystemInt32
Summary stats: 0 - do not draw, 1 - draw
i21
Type: SystemInt32
Fill color
oST22
Type: GeoEngine.Core.GXNetCST
ST with histogram for box-wisker plot (-1 for no plot)
d23
Type: SystemDouble
X value (threshold value) to draw a vertical line (see notes)
See Also