Component: Circular Gauge (Indicators)
Author | Steve Tandy |
Version | 0.1 (Development) |
Category | Indicators |
Contents
Circular Gauge component
A circular 2d gauge component.
Examples
No additional examples
Downloadable macro reference
This component does not contain any downloadable macros
Simulation macro reference
GetValue
Returns the current value of the component.
Parameters
- This macro has no parameters
Return value
SetValue
Sets the component to the specified value.
Parameters
- FLOAT value
- A new value for the component.
Return value
- This call does not return a value
Property reference
Value
This property is of type Floating point and can be referenced with the variable name Base2dGauge::Base2dObject::dValue.
No additional information
Style
This property is of type Fixed list of text and can be referenced with the variable name nStyle.
No additional information
Pointer
This property is of type Fixed list of text and can be referenced with the variable name nPointer.
No additional information
Background Colour
This property is of type Color picker with transparency and can be referenced with the variable name colBackgroundColour.
No additional information
Lower Bound
This property is of type Floating point and can be referenced with the variable name Base2dGauge::dLowerBound.
The bottom value of the scale.
Upper Bound
This property is of type Floating point and can be referenced with the variable name Base2dGauge::dUpperBound.
The top value of the scale.
Major Tick Step
This property is of type Unsigned integer and can be referenced with the variable name Base2dGauge::dMajorTickStep.
The number of minor tick marks to show a major tick mark value.
Minor Tick Step
This property is of type Floating point and can be referenced with the variable name Base2dGauge::dMinorTickStep.
The scale value between consecutive minor tick marks.