Skip to main content
Version: v18

Scale

Barber shop

Enables the "barber shop" variant for the thermometer.

JSON Grammar

NameData TypePossible Values
maxnumberNOT passed = enabled; passed = disabled (basic thermometer)

Objects Supported

Barber shop


Display graduation

Displays/Hides the graduations next to the labels.

JSON Grammar

NameData TypePossible Values
showGraduationsboolean"true", "false"

Objects Supported

Thermometer - Ruler


Graduation step

Scale display measurement.

JSON Grammar

NameData TypePossible Values
graduationStepintegerminimum: 0

Objects Supported

Thermometer - Ruler


Label Location

Specifies the location of an object's displayed text.

  • None - no label is displayed
  • Top - Displays labels to the left of or above an indicator
  • Bottom - Displays labels to the right of or below an indicator

JSON Grammar

NameData TypePossible Values
labelsPlacementstring"none", "top", "bottom", "left", "right"

Objects Supported

Thermometer - Ruler


Maximum

Maximum value of an indicator.

  • For numeric steppers, this property represent seconds when the object is associated with a time type value and is ignored when it is associated with a date type value.
  • To enable Barber shop thermometers, this property must be omitted.

JSON Grammar

NameData TypePossible Values
maxnumberAny number

Objects Supported

Thermometer - Ruler - Stepper


Minimum

Minimum value of an indicator. For numeric steppers, this property represent seconds when the object is associated with a time type value and is ignored when it is associated with a date type value.

JSON Grammar

NameData TypePossible Values
minnumberAny number

Objects Supported

Thermometer - Ruler - Stepper


Step

Minimum interval accepted between values during use. For numeric steppers, this property represents seconds when the object is associated with a time type value and days when it is associated with a date type value.

JSON Grammar

NameData TypePossible Values
stepintegerminimum: 1

Objects Supported

Thermometer - Ruler - Stepper