 | CMVIEWLabelX Method |
Label annotations on the X axis
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
Public Sub LabelX (
l_loc As Double,
left As Double,
right As Double,
lable_int As Double,
just As Integer,
bound As Integer,
orient As Integer
)
Public Sub LabelX (
l_loc As Double,
left As Double,
right As Double,
lable_int As Double,
just As Integer,
bound As Integer,
orient As Integer
)
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
)
member LabelX :
l_loc : float *
left : float *
right : float *
lable_int : float *
just : int *
bound : int *
orient : int -> unit
member LabelX :
l_loc : float *
left : float *
right : float *
lable_int : float *
just : int *
bound : int *
orient : int -> unit
Parameters
- l_loc
- Type: SystemDouble
Y location in view units - left
- Type: SystemDouble
Left X - right
- Type: SystemDouble
Right X - 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