fieldAvailable
lineStyle
Configures lineStyle for Line plot from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | enum | Declared input representation. |
| default | | Release default applied when the field is omitted. |
| typescriptType | "solid" | "dash" | "dot" | "dashdot" | Compiler-resolved TypeScript contract. |
| required | false | — |
| allowed | ["solid","dash","dot","dashdot"] | Allowed declaration values. |
Configures lineStyle for Line plot from its authoritative release declaration.
The declared value type is enum. Allowed values are ["solid","dash","dot","dashdot"]. This field is optional.