Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create a dashboard display, you need to navigate to the Draw Editorand click on the Create Display button.

...

  • Symbols: User made symbols and built-in symbols, that are located in the Symbol library, can be used in dashboard displays. 

Graphic elements such as buttons, textboxes, and checkboxes , etc are not available by default in dashboard displays. To use these graphic elements in your dashboard display, you need to create a symbol with these components and use the symbol in your dashboard display. 

...

CodeBehind Callback (Only for Advanced Customization)

The properties of a dashboard items can be modified through the callback added to the CodeBehind using the syntax below:

...

Using the .Net callback described above, our titles look something like this picture in runtime.


The Title also supports Tags and Project Objects by placing them between curly brackets. Curly brackets are used so runtime can handle the element as a project variable, instead of as text. See some examples below.

...