fieldAvailable
legend
Configures legend for Plot scene from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | object | Declared 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. |
| required | true | — |
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.