Click or drag to resize

CMVGAxisX Method

Draw an X axis

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AxisX(
	double d_y,
	double d_lx,
	double d_rx,
	double d_maj_int,
	double d_min_int,
	double d_size
)

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)
Remarks
When Log annotation is applied, nice tick intervals will be calculated Obsolete
See Also