Dashboard objects, Shapes collection
Represents an individual thermometer gauge in the Dashboard section.
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
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
UserValues collection, Placement object, Subcomponents object, Themes collection, Data object