AnalogMeter
kitPx-AnalogMeter is a widget that is designed to look and act like a analog meter. This component comes with a value binding that should be bound to a value by an ORD.

You access these properties by expanding KitPx palette and double-click AnalogMeter
| Property | Value | Description |
|---|---|---|
| Visible | true (default) false | Sets the table to be visible in the
Px page interface (true) or not (false). |
| Enabled (Px graphics) | true or false | Determines if the table on
a Px page can receive a command. true configures the page to receive a command using a popup menu. false renders the display visible but unable to receive a command. |
| Layout | additional properties | Opens a layout window for specifying the size and location of the table in relation
to its parent (X, Y coordinates, height and width). |
| Value | number | Displays the Number on analog meter |
| Text | text | Specifies the text on the label. |
| Start Angle | number | Defines the start angle dimension. |
| Arc Angle | number | Defines the arc angle dimension. |
| Min | number | Shows the minimum value that can be entered for the analog meter |
| Max | number | Shows the maximum value that can be entered for the analog meter |
| Num Divisions | number | Defines the number of divisions. |
| Num Sub Divisions | number | Defines the number os subdivisions. |
| Show Sub Divisions | true (default) false | When set to true the sub divisions are visible on the meter. When set to false the sub divisions are not visible on the meter. |
| Value Visible | true (default) false | When set to true the value is visible on the meter. When set to false the value is not visible on the meter. |
| Value Font | additional properties | Configures the additional parameters for the value font on the label. |
| Scale Visible | true (default) false | When set to true the scale is visible on the meter. When set to false the value is not scale on the meter. |
| Scale Font | additional properties | Configures the additional parameters for the scale font on the label. |
| Needle Pen | Additional properties | Configures additional parameters for the needle pen on the meter label. |
| Needle Brush | Solid, Gradient, Image ,Null(default) | Specifies a needle color fill for the meter label. Solid opens the Color Chooser window. Gradient opens the Gradient Editor window. Image opens the Texture window, click the Browse icon to open the File Chooser, Ord Chooser, or other method of selecting an image file. Null indicates no fill. |
| Foreground | Solid (default), Gradient, Image ,Null(default) | Specifies foreground fill. Solid opens the color chooser window. Gradient opens the gradient editor window. Image opens the texture window. Click the browser icon to open a file chooser and ord chooser to select the image file. Null indicates no foreground fill. |
| Background | Solid, Gradient, Image ,Null(default) | Specifies the background fill color. Solid opens the Color Chooser window. Gradient opens the Gradient Editor window. Image opens the Image Brush Editor window. Click
the Browse icon ( Null indicates no color (white). |
| Fill Circle | true (default) false | When set to true the circle is filled with the selected color on the meter label. When set to false the circle is not filled with the selected color on the meter label. |
| b | Additional Properties | Configures the additional parameters for the binding on the label. |