Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

legend

Configures legend for Plot scene from its authoritative release declaration.

Reference contract

FieldValueDescription
valueTypeobjectDeclared input representation.
default{"position":"right","visible":true}Release default applied when the field is omitted.
typescriptType{ visible: boolean; position: "auto" | "left" | "right" | "top" | "bottom"; }Compiler-resolved TypeScript contract.
requiredtrue

Configures legend for Plot scene from its authoritative release declaration.

The declared value type is object. The release default is {"position":"right","visible":true}. This field is required.

Authoritative source

Catalog
telion.app/0.1.0-beta
Identity
service/results-viewport/plot-scene/field/legend
Path
apps/desktop-electron/src/ui/resultPlotScene.ts
Symbol
ResultPlotScene