Custom Control: Gauge

A gauge shows you the measurement of a quantity of something, its strength or speed.

Custom Control: Gauge

CS3

Binding types: Number (INT, REAL,...)

SVG elements

id = “arrow”

  • The id "arrow" must be assigned a group or object
  • It shows the measurement by a scale or numerical display and makes a quantitative statement about the quantity to be measured

id = "rotationPoint"

  • The id "rotationPoint" must be assigned a group or object
  • It defines around which point the Arrow should rotate

id = "displayValue"

  • It indicates how high the measured value is
  • This id should be inside a text method in a <tspan> element

id = "displayUnit"

  • It displays the unit of measurement
  • This id should be inside a text method in a <tspan> element