Click or drag to resize
CMVGLabelY Method
Label annotations on the Y 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
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 x,
	double by,
	double ty,
	double maj_int,
	int just,
	int bound,
	int orient
)

Parameters

x
Type: SystemDouble
X location in plot units (mm)
by
Type: SystemDouble
Bottom Y (rescaling unit)
ty
Type: SystemDouble
Top Y (rescaling unit)
maj_int
Type: SystemDouble
Label interval (ignored if in LOG or LOGLINEAR rescaling)
just
Type: SystemInt32
Label justification <define>MVG_LABEL_JUST</define>
bound
Type: SystemInt32
Edge label bounding <define>MVG_LABEL_BOUND</define>
orient
Type: SystemInt32
Label orientation <define>MVG_LABEL_ORIENT</define>
See Also