Click or drag to resize
CMVGRescaleXRange Method
Re-scale horizontal axis

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
When RescaleX_MVG is used, only the scaling information related to X axis will be considered Obsolete
Syntax
public void RescaleXRange(
	int scale,
	double min,
	double max,
	double log_min
)

Parameters

scale
Type: SystemInt32
<define>MVG_SCALE</define>
min
Type: SystemDouble
Scale information: new minimum X
max
Type: SystemDouble
Scale information: new maximum X
log_min
Type: SystemDouble
Scale information: minimum X to apply log10, it is defined only for LOGLINEAR scale
See Also