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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
When RescaleX_MVG is used, only the scaling information related to X axis will be considered Obsolete
Syntax
public void RescaleXRange(
	int i1,
	double d2,
	double d3,
	double d4
)

Parameters

i1
Type: SystemInt32
See MVG_SCALEConstant
d2
Type: SystemDouble
Scale information: new minimum X
d3
Type: SystemDouble
Scale information: new maximum X
d4
Type: SystemDouble
Scale information: minimum X to apply log10, it is defined only for LOGLINEAR scale
See Also