Click or drag to resize
CMVGAxisY Method
Draw a Y 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 Log annotation is applied, nice tick intervals will be calculated Obsolete
Syntax
public void AxisY(
	double d_x,
	double d_by,
	double d_ty,
	double d_maj_int,
	double d_min_int,
	double d_size
)

Parameters

d_x
Type: SystemDouble
X location in plot units (mm)
d_by
Type: SystemDouble
Bottom Y (rescaling unit)
d_ty
Type: SystemDouble
Top Y (rescaling unit)
d_maj_int
Type: SystemDouble
Major tick interval (rescaling unit). Ticks drawn in decades in LOG or LOGLINEAR scale
d_min_int
Type: SystemDouble
Minor tick interval (rescaling unit). Not used in LOG/LOGLINEAR
d_size
Type: SystemDouble
Tick size in plot units (mm)(negative for left ticks)
See Also