LayoutProperties
- Last UpdatedAug 18, 2022
- 1 minute read
|
Description |
Contains a set of layout options nested within the selectedOptions object. |
|
Required Parameters |
|
|
Sample |
"LayoutProperties": { "selectedOptions": { "xAxis": { "label": "DateTime", "ticks": -1, "visible": true }, "yAxis": { "label": "All Tags", "ticks": -1, "visible": true, "type": "stacked" }, "limitLine": { "position": 10, "text": "Limit Line Text", "visible": false }, "legend": { "visible": true }, "scaleY": true, } } |