 | CMVGRescaleXRange Method |
Re-scale horizontal axis
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void RescaleXRange(
int scale,
double min,
double max,
double log_min
)
public void RescaleXRange(
int scale,
double min,
double max,
double log_min
)
Public Sub RescaleXRange (
scale As Integer,
min As Double,
max As Double,
log_min As Double
)
Public Sub RescaleXRange (
scale As Integer,
min As Double,
max As Double,
log_min As Double
)
public:
void RescaleXRange(
int scale,
double min,
double max,
double log_min
)
public:
void RescaleXRange(
int scale,
double min,
double max,
double log_min
)
member RescaleXRange :
scale : int *
min : float *
max : float *
log_min : float -> unit
member RescaleXRange :
scale : int *
min : float *
max : float *
log_min : float -> unit
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
Remarks
When RescaleX_MVG is used, only the scaling information
related to X axis will be considered
Obsolete
See Also