Click or drag to resize
CMVGAxisY Method
Draw a Y 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 Log annotation is applied, nice tick intervals will be calculated Obsolete
Syntax
public void AxisY(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

d1
Type: SystemDouble
X location in plot units (mm)
d2
Type: SystemDouble
bottom Y (rescaling unit)
d3
Type: SystemDouble
top Y (rescaling unit)
d4
Type: SystemDouble
major tick interval (rescaling unit). Ticks drawn in decades in LOG or LOGLINEAR scale
d5
Type: SystemDouble
minor tick interval (rescaling unit). Not used in LOG/LOGLINEAR
d6
Type: SystemDouble
tick size in plot units (mm)(negative for left ticks)
See Also