
A dashboard is constructed on a Px page. After adding the DashboardService to the station, you can drag and drop a DashboardPane multiple times from the dashboard palette.
| Property | Value | Description |
|---|---|---|
| Visible | true (default), false |
Enables/disables display of the widget.
|
| Enabled | true or false |
Activates (
true) and deactivates (false) use of the object (network, device, point, component, table, schedule, descriptor, etc.).
|
| Id | %ord%;%viewId%;%widgetOrd%;%jsOrd% (default) | This BFormat string uniquely identifies the dashboard data for a particular user. Although, it can be changed if required, it is not recommended since this is an advanced feature. |
| Layout | Unique position and dimensions of the widget on the Px page. Includes X and Y coordinates, width in pixels, height in pixels. | |
| Content | WebWidget |
A WebWidget is required in this property, for example: CircularGauge or WebChart found in the webchart palette.
If a DashboardPane’s Content slot is empty, by default a warning notifies you of the need to add a WebWidget to the Content property. TIP: You must use the Widget Tree view in the Px Editor to expand the DashboardPane so that you can drag and drop a WebWidget onto the Content subproperty.
|