Skip to main content
Version: 7.9

Meter

Component Palette Icon

A meter display shows a value on a needle-gauge. The gauge's range can be broken up into five intervals. The intervals can have their own edge and background colors.How the meter looks is affected by its appearance properties.

You can modify colors, thicknesses, start and extend angles, needle size, etc to get the meter that you want. For example, the meter on the far right of the example has a Meter Angle Extent of 90°, a Meter Angle of 45°, a reversed range, and 2 intervals.

Properties

NameDescriptionProperty TypeScriptingCategory
Arc WidthThe width of the colored interval arcs.float.arcWidthAppearance
BorderThe border surrounding this component. NOTE that the border is unaffected by rotation.Border.borderCommon
CursorThe mouse cursor to use when hovering over this component.int.cursorCodeCommon
Data QualityThe data quality code for any tag bindings on this component.int.dataQualityData
Dial BackgroundThe background color of the dial face.Color.dialBackgroundAppearance
Dial ShapeThe shape of the dial. This property determines how the dial face looks in the area not covered by the meter angle extent.int.dialTypeAppearance
Interval 1 BackgroundThe color to fill the wedge of this interval.Color.interval1BackgroundIntervals
Interval 1 HighThe upper bound of this interval.double.interval1HighIntervals
Interval 1 LowThe lower bound of this interval.double.interval1LowIntervals
Interval 1 OutlineThe color to paint the arc of this interval.Color.interval1OutlineIntervals
Interval 2 BackgroundThe color to fill the wedge of this interval.Color.interval2BackgroundIntervals
Interval 2 HighThe upper bound of this interval.double.interval2HighIntervals
Interval 2 LowThe lower bound of this interval.double.interval2LowIntervals
Interval 2 OutlineThe color to paint the arc of this interval.Color.interval2OutlineIntervals
Interval 3 BackgroundThe color to fill the wedge of this interval.Color.interval3BackgroundIntervals
Interval 3 HighThe upper bound of this interval.double.interval3HighIntervals
Interval 3 LowThe lower bound of this interval.double.interval3LowIntervals
Interval 3 OutlineThe color to paint the arc of this interval.Color.interval3OutlineIntervals
Interval 4 BackgroundThe color to fill the wedge of this interval.Color.interval4BackgroundIntervals
Interval 4 HighThe upper bound of this interval.double.interval4HighIntervals
Interval 4 LowThe lower bound of this interval.double.interval4LowIntervals
Interval 4 OutlineThe color to paint the arc of this interval.Color.interval4OutlineIntervals
Interval 5 BackgroundThe color to fill the wedge of this interval.Color.interval5BackgroundIntervals
Interval 5 HighThe upper bound of this interval.double.interval5HighIntervals
Interval 5 LowThe lower bound of this interval.double.interval5LowIntervals
Interval 5 OutlineThe color to paint the arc of this interval.Color.interval5OutlineIntervals
Meter AngleThe angle in degrees of the centerpoint of the meter (90 is straight up).int.meterAngleAppearance
Meter Angle ExtentThe extent, in degrees, of the entire meter.int.meterAngleExtentAppearance
Mouseover TextThe text that is displayed in the tooltip which pops up on mouseover of this component.String.toolTipTextCommon
NameThe name of this component.String.nameCommon
Needle ColorThe color of the meter's needle.Color.needleColorAppearance
Needle SizeThe size of the base of the needle.float.needleSizeAppearance
Needle Stroke ColorThe color of the needle's stroke.Color.needleStrokeColorAppearance
Needle Stroke SizeThe size of the needle's stroke.float.needleStrokeSizeAppearance
Overall High BoundThe high bound for the whole meter.double.overallHighData
Overall Low BoundThe lower bound for the whole meter.double.overallLowData
Reverse Range?If true, the meter will consider right to left needle movement as positive.boolean.reverseRangeData
Show Tick Labels?If true, value will be shown on interval-boundary ticks.boolean.ticksAppearance
StylesContains the component's styles.Dataset.stylesAppearance
Tick ColorThe color of tick marks.Color.tickColorAppearance
Tick FormatThe number format to use for the tick labels.String.tickLabelFormatAppearance
Tick Label ColorThe color of the tick labels.Color.tickLabelColorAppearance
Tick Label FontThe font to use for the tick labels.Font.labelFontAppearance
Tick SizeThe distance between ticks.double.tickSizeAppearance
UnitsA string to describe the units for the current value label.String.unitsAppearance
ValueThe value to display in this meter. The needle and current value label will change to reflect this.double.valueData
Value ColorThe color of the meter's current value label.Color.valueColorAppearance
Value FormatThe number format to use for the value label.String.valueLabelFormatAppearance
Value Label FontThe font to use for the current value label.Font.valueFontAppearance
VisibleIf disabled, the component will be hidden.boolean.visibleCommon

Scripting

Scripting Functions

This component does not have scripting functions associated with it.

Extension Functions

This component does not have extension functions associated with it.

Event Handlers

Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page

Customizers

Examples

Updated Fonts

Property NameValue
Value35
Unitm/s
Value Label FontVijaya, Bold, 15
Tick Label FontVijaya, Bold, 15

Chord Meter with Modified Value Intervals

Property NameValue
Value35
Reverse Range?True
Units'None'
Arc Width10
Meter Angle Extent220
Meter Angle0
Dial ShapeChord
Interval 1 Low40
Interval 2 High60
Interval 3 Low70