Click or drag to resize
CMVIEWLabelX Method
Label annotations on the X axis

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Label bounding will justify edge labels to be inside the bar limits. But bounding does not apply if labels are drawn vertically (top right or top left)
Syntax
public void LabelX(
	double d1,
	double d2,
	double d3,
	double d4,
	int i5,
	int i6,
	int i7
)

Parameters

d1
Type: SystemDouble
Y location in view units
d2
Type: SystemDouble
left X
d3
Type: SystemDouble
right X
d4
Type: SystemDouble
label interval
i5
Type: SystemInt32
See MVIEW_LABEL_JUSTConstant
i6
Type: SystemInt32
See MVIEW_LABEL_BOUNDConstant
i7
Type: SystemInt32
See MVIEW_LABEL_ORIENTConstant
See Also