 | CMVGLabelX Method |
Label annotations on the X axis
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void LabelX(
double y,
double lx,
double rx,
double maj_int,
int just,
int bound,
int orient
)
public void LabelX(
double y,
double lx,
double rx,
double maj_int,
int just,
int bound,
int orient
)
Public Sub LabelX (
y As Double,
lx As Double,
rx As Double,
maj_int As Double,
just As Integer,
bound As Integer,
orient As Integer
)
Public Sub LabelX (
y As Double,
lx As Double,
rx As Double,
maj_int As Double,
just As Integer,
bound As Integer,
orient As Integer
)
public:
void LabelX(
double y,
double lx,
double rx,
double maj_int,
int just,
int bound,
int orient
)
public:
void LabelX(
double y,
double lx,
double rx,
double maj_int,
int just,
int bound,
int orient
)
member LabelX :
y : float *
lx : float *
rx : float *
maj_int : float *
just : int *
bound : int *
orient : int -> unit
member LabelX :
y : float *
lx : float *
rx : float *
maj_int : float *
just : int *
bound : int *
orient : int -> unit
Parameters
- y
- Type: SystemDouble
Y location in plot units (mm) - lx
- Type: SystemDouble
Left X (rescaling unit) - rx
- Type: SystemDouble
Right X (rescaling unit) - maj_int
- Type: SystemDouble
Major tick 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>
Remarks
Label bounding will justify edge labels to be inside
the bar limits.
When Log annotation is applied, labels will be drawn in decades.
Obsolete
See Also