Click or drag to resize
CMVUHistogram3 Method
Plot the histogram on a map, specify decimals.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void Histogram3(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CST st_data,
	CST st_hist,
	string title,
	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,
	int data_decimal,
	int stat_decimal,
	CST st_box
)

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
title
Type: SystemString
Title
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
data_decimal
Type: SystemInt32
Decimals for data, negative for sig. fig.
stat_decimal
Type: SystemInt32
Decimals for stats, negative for sig. fig.
st_box
Type: GeoEngine.Core.GXNetXCST
ST with histogram for box-whisker plot (-1 for no plot)
See Also