Skip to documentation content
On this page
  1. Reference

legend

Configures legend for Plot scene from its authoritative release declaration.

Reference

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.