Data Types for Visualizing Tag Data
- Updated2026-03-05
- 2 minute(s) read
The type of input or output determines the type of tag data it accepts in its properties. Refer to the following table to format your tags for common input and output property bindings.
| Input/Output | Property | Tag Data Type(s) Property Accepts | Example |
|---|---|---|---|
|
|
Double | 2.5 |
|
|
String | hello, world |
|
|
|
04-09-2018 14:35:56 |
|
Value | Boolean | True |
|
Items |
String representing a JSON array of objects. Each object includes the following:
|
[{"label":"Item 1","value":"Value 1"},{"label":"Item 2","value":"Value 2"}] |
| Graph | Value of individual plot | String representing a JSON array of numbers | [1.0, 2.0] |
| Chart | Value of individual plot | Double (one per plot value) | 1.0 |
| Tree | Items |
String representing a JSON array of objects. Each object includes the following:
|
[{"name":"Item 1","value":"1","items":[{"name":"Item 1.1","value":"1.1"},{"name":"Item 1.2","value":"1.2"}]},{"name":"Item 2","value":"2","items":[{"name":"Item 2.1","value":"2.1"}]}]}] |
| Table | Value | Two-dimensional string array | [["1","2","3"],["4","5","6"],["7","8","9"],["10","11","12"],["13","14","15"],["16","17","18"]] |
| Tag grid | Columns |
String representing a JSON array of objects. Each object includes the following:
|
[{"label":"Tag Path","value":"path"},{"label":"Tag Value","value":"properties.MyCustomProperty"}] |
| Map |
|
Note Bind the center and zoom level values separately.
|
|
Related Information
- Specifying Values for Items Controls
Define which items to include and assign values to each item in an Items control.
- Binding Language Syntax
Bind a control or indicator property value to other property or tag values to visualize data on a dashboard.
- Mapping Tags to OPC UA Variables
Interpret variables from an OPC server as SystemLink tags to track, update, or visualize external data within your system.