Skip to content

Enum: LegendDirections

The possible directions of the legend.

URI: LegendDirections

Permissible Values

Value Meaning Description
horizontal None legend direction with the longest axis oriented along the horizontal axis
vertical None legend direction with the longest axis oriented along the vertical axis

Slots

Name Description
direction The direction of the legend, one of 'vertical' or 'horizontal'

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scverse/vega-scverse/specification

LinkML Source

name: legendDirections
description: The possible directions of the legend.
from_schema: https://w3id.org/scverse/vega-scverse/specification
rank: 1000
permissible_values:
  horizontal:
    text: horizontal
    description: legend direction with the longest axis oriented along the horizontal
      axis.
  vertical:
    text: vertical
    description: legend direction with the longest axis oriented along the vertical
      axis.