Click or drag to resize

CMVGAxisY Method

Draw a Y axis

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AxisY(
	double d_x,
	double d_by,
	double d_ty,
	double d_maj_int,
	double d_min_int,
	double d_size
)

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