Click or drag to resize
CMVGLabelY Method
Label annotations on the 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
Label bounding will justify edge labels to be inside the bar limits. When Log annotation is applied, labels will be drawn in decades. Obsolete
Syntax
public void LabelY(
	double d1,
	double d2,
	double d3,
	double d4,
	int i5,
	int i6,
	int i7
)

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
label interval (ignored if in LOG or LOGLINEAR rescaling)
i5
Type: SystemInt32
label justification MVG_LABEL_JUSTConstant
i6
Type: SystemInt32
edge label bounding MVG_LABEL_BOUNDConstant
i7
Type: SystemInt32
label orientation MVG_LABEL_ORIENTConstant
See Also