Enum: HorizontalAlignEnum
The horizontal text alignment relative to the anchor point of the text. One of left, center, or right.
URI: HorizontalAlignEnum
Permissible Values
Value | Meaning | Description |
---|---|---|
left | None | The anchor point of the text is left of the text |
center | None | The anchor point of the text is at the center of the text |
right | None | The anchor point of the text is right of the text |
Slots
Name | Description |
---|---|
labelAlign | Horizontal text alignment for legend labels |
align | The horizontal text alignment relative to the text anchor point |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
LinkML Source
name: HorizontalAlignEnum
description: The horizontal text alignment relative to the anchor point of the text.
One of left, center, or right.
from_schema: https://w3id.org/scverse/vega-scverse/specification
rank: 1000
permissible_values:
left:
text: left
description: The anchor point of the text is left of the text.
center:
text: center
description: The anchor point of the text is at the center of the text.
right:
text: right
description: The anchor point of the text is right of the text.