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

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CST st_data,
	CST st_hist,
	string x_title,
	string y_title,
	double xy_txt_size,
	string title,
	double plot_txt_size,
	string unit,
	double xm,
	double ym,
	double widthm,
	double heightm,
	double xd,
	double yd,
	double widthd,
	double heightd,
	double sum_width,
	int log,
	int summ,
	int fill_color,
	CST st_box,
	double x_marker
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
st_data
Type: GeoEngine.Core.GXNetXCST
ST with summary stats of original data
st_hist
Type: GeoEngine.Core.GXNetXCST
ST with histogram info of original or log10 data
x_title
Type: SystemString
X axis title
y_title
Type: SystemString
Y axis title
xy_txt_size
Type: SystemDouble
Text size in mm for X/Y axis' titles. Accept dummy
title
Type: SystemString
Overall title. Plotted below X axis if X axis title is not given
plot_txt_size
Type: SystemDouble
Text size in mm for plot overall title. Accept dummy
unit
Type: SystemString
Unit
xm
Type: SystemDouble
X in mm (bottom left corner of histogram box)
ym
Type: SystemDouble
Y in mm (bottom left corner of histogram box)
widthm
Type: SystemDouble
Box width in mm
heightm
Type: SystemDouble
Box height in mm
xd
Type: SystemDouble
Minimum X in data unit (bottom left corner of histogram boxes)
yd
Type: SystemDouble
Minimum Y in data unit
widthd
Type: SystemDouble
Box width in data unit
heightd
Type: SystemDouble
Box height in data unit
sum_width
Type: SystemDouble
Width (mm) of the additional box for summary stats
log
Type: SystemInt32
Log horizontal axis: 0 - Normal, 1 - Log
summ
Type: SystemInt32
Summary stats: 0 - do not draw, 1 - draw
fill_color
Type: SystemInt32
Fill color
st_box
Type: GeoEngine.Core.GXNetXCST
ST with histogram for box-wisker plot (-1 for no plot)
x_marker
Type: SystemDouble
X value (threshold value) to draw a vertical line (see notes)
See Also