Thermometer (Object)

Member of:

Dashboard objects, Shapes collection

Description:

Represents an individual thermometer gauge in the Dashboard section.

Example:

This example shows how to name the thermometer gauge to “Sales Thermometer”, disable sthe auto-scaling for the numeric ranges shown on the thermometer gauges, and sets the ranges manually:

Thermometer.Name = "Sales Thermometer"
Thermometer.NumericRange.AutoScale = false
Thermometer.NumericRange.MinorInterval = 10
Thermometer.NumericRange.MinScale = 1
Thermometer.NumericRange.MajorInterval =20
Thermometer.NumericRange.MaxScale = 100

Properties:

Read-write: AccessibilityText (Property), AppendObjectText (Property),: Comments as String, Locked as Boolean, SourceSectionName as String, Subtype as String, Visible as Boolean

Read only: :Type as Number

Objects and Collections:

UserValues collection, Placement object, Subcomponents object, Themes collection, Data object