Cloud Business App Edition > Wijmo Control Extensions > Controls > Gauge > LinearGauge Features |
The table below shows a list of features supported by LinearGauge for Cloud Business Application:
Name |
Possible Values |
Description |
---|---|---|
Adjust Gauge Direction | String | Shows a list of options for user to specify the direction in which the gauge is filled. |
Allow Editing | Boolean | Allows to edit the current value in gauge using the mouse and the keyboard. |
Set Max and Min Values | Number | Allows user to specify the maximum and minimum value that can be displayed on the gauge. |
Set Pointer | Range | Allows to specify the range to represent current value in the gauge control. |
Set Ranges | Collection of Ranges | Allows user to display ranges in gauge control. |
Adjust Thickness | Number | Allows to specify the thickness of gauge control, on a scale between zero and one. |
You can set these properties in the designer through the Properties window. The example below demonstrates how to enable Direction in LinearGauge using ApplicationData.Fruits data from the local database file ApplicationData.mdf.