<xLabel>
<xLabel> is a Graphical
component that specifies a label for the horizontal axis on a <graph>.
Attributes and Properties
| Attribute | Type | Values |
|---|---|---|
anchor = "…" | point | |
draggable = "…" | boolean | "true" "false" |
forObject = "…" | ||
layer = "…" | number | |
positionFromAnchor = "…" | text | "upperright" "upperleft" "lowerright" "lowerleft" "top" "bottom" "left" "right" "center" |
| Property | Type |
|---|---|
$x.anchor | point |
$x.backgroundColor | text |
$x.disabled | boolean |
$x.draggable | boolean |
$x.fixed | boolean |
$x.fixLocation | boolean |
$x.hasLatex | boolean |
$x.hidden | boolean |
$x.latex | latex |
$x.layer | number |
$x.positionFromAnchor | text |
$x.text | text |
$x.textColor | text |
$x.textStyleDescription | text |
$x.value | xLabel |
Example: <xLabel> on a <graph>
The <xLabel> component is a child of a <graph>. An <xLabel>
can contain text, inline display mathematics ( <m>) or <math> components.
Example: <xLabel> on left side
To change the default right-side position of
the <xLabel> to the left side, apply the xLabelPosition
attribute within the <graph> definition.