DisplayType

Syntax

<Path>.DisplayType:string

The attribute DisplayType sets if the Display shows the input value as text, as a bar, or as a pie segment. Bar and pie representation map values in a specified range to bars of varying heights or pies with a varying degree of completion. You can set the range with the attributes MinVal and MaxVal.

Data Type of the Value You Can Assign

You can assign a value of data type string: Text, Bar, or Pie.

Example

MyDisplay.DisplayMode := "Text"

Related Topic

Type