Linear gauge
Set and/or display a whole number value within a range of possible values
- BrowseName
- LinearGauge
- SuperType
- Element(Item)
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Value | Value | Float | Value displayed and possibly changed by the user |
Minimum value | MinValue | Float | Minimum value displayed on the Y axis |
Maximum value | MaxValue | Float | Maximum value displayed on the Y axis |
Major tick count | MajorTickCount | Float | Quantity of main ranking signs |
Minor tick count | MinorTickCount | Float | Quantity of secondary ranking signs |
Label visible | LabelVisible | Boolean | Show/hide the scale values |
Editable | Editable | Boolean | Enable/disable the change of the value directly in the chart |
Scale padding | ScalePadding | Size | Distance between the scale and the UI control |
Value change behavior | ValueChangeBehaviour | Value change behavior | Mode of updating text when the user writes in the text box. At end of typing: update the value after the user has pressed Enter with either physical or virtual keyboard (pressing Esc or clicking outside the object, the previous text is restored); When typing: in real-time when writing |
Scale position | ScalePosition | Position | Position of the scale relative to the slider |
Orientation | Orientation | Orientation | Horizontal or vertical orientation of the object |
Tooltip | Tooltip | Boolean | Show/hide the value above the selection point |
Image path | ImagePath | ResourceUri | Sets an image to be shown in place of the LinearGauge bar |
Fill color | FillColor | Color | Fill color of the LinearGauge bar |
Colorization mode | ColorizationMode | Colorization mode | Set the colorization mode which will be used when applying the selected color to the image |
Gauge style | GaugeStyle | String | Style for gauges |
Tooltip style | ToolTipStyle | String | Style for tooltips |
Warning zones | WarningZones | Warning zone | Ranges of values to display with a specific color |
Visible | Visible | Boolean | (Inherited from Element) |
Enabled | Enabled | Boolean | (Inherited from Element) |
Opacity | Opacity | Float | (Inherited from Element) |
Left margin | LeftMargin | Size | (Inherited from Element) |
Top margin | TopMargin | Size | (Inherited from Element) |
Right margin | RightMargin | Size | (Inherited from Element) |
Bottom margin | BottomMargin | Size | (Inherited from Element) |
Width | Width | Size | (Inherited from Element) |
Height | Height | Size | (Inherited from Element) |
Horizontal alignment | HorizontalAlignment | Horizontal alignment | (Inherited from Element) |
Vertical alignment | VerticalAlignment | Vertical alignment | (Inherited from Element) |
Rotation | Rotation | Size | (Inherited from Element) |
Events
Modified value
- BrowseName
- Modified value
Event that is triggered when the user changes the value of the control