Create a column chart
- Last UpdatedApr 21, 2020
- 1 minute read
This example produces a column chart using the "MB" tag group and these parameters:
-
Value aggregation is maximum
-
Time aggregation is 15 minutes
{
"upsert": {
"Name": "Column Chart",
"TimePreset": "5",
"UserName": "Wally",
"UserID": "wally.wonderware@gmail.com",
"TimeAggregate": "3",
"LayoutInfo": {
"Layout": [
{
"Name": "MB",
"IsActiveGroup": "true",
"LayoutProperties": {
"selectedOptions": {
"aggregation": "maximum"
}
}
}
],
"TagDetails": [
{
"TagName": "alarmstests.W12R12-SQL16.SysPerfAvailableMBytes",
"IsSelected": "true"
}
],
}
}
}