Click or drag to resize
CSTHistogram2 Method
This method prepares ST for recording histogram.

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
The Number of bins includes the one before the minimum and the one after the maximum, so it must be a value >2. The width of the individual bins will be (Min-Max)/(# - 2) See the note above "Histogram ranges and colour zone ranges"
Syntax
public void Histogram2(
	int i1,
	double d2,
	double d3
)

Parameters

i1
Type: SystemInt32
# of bins
d2
Type: SystemDouble
Min
d3
Type: SystemDouble
Max
See Also