selectedOptions
- Last UpdatedAug 18, 2022
- 3 minute read
|
Description |
Defines layout options. |
||
|
Optional 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, "map": { "zoomLevel": 10, "center": { "Longitude": -110.44413636978399, "Latitude": 48.38785248165351 } } } } |