Click or drag to resize

CMVIEWLabelY Method

Label annotations on the Y axis

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LabelY(
	double x,
	double bottom,
	double top,
	double lable_int,
	int just,
	int bound,
	int orient
)

public void LabelY(
	double x,
	double bottom,
	double top,
	double lable_int,
	int just,
	int bound,
	int orient
)

Parameters

x
Type: SystemDouble
X location in view units
bottom
Type: SystemDouble
Bottom Y
top
Type: SystemDouble
Top Y
lable_int
Type: SystemDouble
Label interval
just
Type: SystemInt32
<define>MVIEW_LABEL_JUST</define>
bound
Type: SystemInt32
<define>MVIEW_LABEL_BOUND</define>
orient
Type: SystemInt32
<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