Click or drag to resize

CMVIEW.LabelX Method

Label annotations on the X axis

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void LabelX(
	double l_loc,
	double left,
	double right,
	double lable_int,
	int just,
	int bound,
	int orient
)

public void LabelX(
	double l_loc,
	double left,
	double right,
	double lable_int,
	int just,
	int bound,
	int orient
)

Parameters

l_loc
Type: System.Double
Y location in view units
left
Type: System.Double
Left X
right
Type: System.Double
Right X
lable_int
Type: System.Double
Label interval
just
Type: System.Int32
<define>MVIEW_LABEL_JUST</define>
bound
Type: System.Int32
<define>MVIEW_LABEL_BOUND</define>
orient
Type: System.Int32
<define>MVIEW_LABEL_ORIENT</define>
Remarks
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)
See Also