Click or drag to resize

CMVGRescaleYRange Method

Re-scale vertical axis

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void RescaleYRange(
	int scale,
	double min,
	double max,
	double log_min
)

public void RescaleYRange(
	int scale,
	double min,
	double max,
	double log_min
)

Parameters

scale
Type: SystemInt32
<define>MVG_SCALE</define>
min
Type: SystemDouble
Scale information: new minimum Y
max
Type: SystemDouble
Scale information: new maximum Y
log_min
Type: SystemDouble
Scale information: minimum Y to apply log10, it is defined only for LOGLINEAR scale
Remarks
When RescaleY_MVG is used, only the scaling information related to Y axis will be considered Obsolete
See Also