Click or drag to resize
CMVGAxisX Method
Draw an X 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 AxisX(
	double d_y,
	double d_lx,
	double d_rx,
	double d_maj_int,
	double d_min_int,
	double d_size
)

Parameters

d_y
Type: SystemDouble
Y location in plot units (mm)
d_lx
Type: SystemDouble
Left X (rescaling unit)
d_rx
Type: SystemDouble
Right X (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 view units (mm) (negative for down ticks)
See Also