NumericIndicator Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a numeric indicator.
The NumericIndicator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
NumericIndicator() | Creates a new instance of the NumericIndicator class. |
![]() |
NumericIndicator(IPropertyStore) | Creates a new instance of the NumericIndicator class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActionInfo | Actions for the item. (Inherited from GaugePanelItem.) |
![]() |
DecimalDigitColor | Color for the decimal digit. |
![]() |
DecimalDigits | The decimal digits. |
![]() |
DigitColor | The digit color. |
![]() |
Digits | The digits. |
![]() |
GaugeInputValue | Gets the expression and/or formula used in the gauge. |
![]() |
Height | Height of the item as a percentage of the parent element. (Inherited from GaugePanelItem.) |
![]() |
Hidden | Indicates this item should be hidden. (Inherited from GaugePanelItem.) |
![]() |
IndicatorStyle | The indicator style. |
![]() |
LedDimColor | The LED dim color. |
![]() |
Left | Distance from the left as a percentage of the parent element. (Inherited from GaugePanelItem.) |
![]() |
MaximumValue | The maximum value. |
![]() |
MinimumValue | The minimum value. |
![]() |
Multiplier | The multiplier. |
![]() |
Name | Name of the GaugePanelItem. (Inherited from GaugePanelItem.) |
![]() |
NumericIndicatorRanges | The indicator range. |
![]() |
OffString | The string to display when the indicator is off. |
![]() |
OutOfRangeString | The string to display when the number is out of range. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
ParentItem | Name of the parent GaugePanelItem. (Inherited from GaugePanelItem.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
ResizeMode | The resize mode. |
![]() |
SeparatorColor | The separator color. |
![]() |
SeparatorWidth | The separator width. |
![]() |
ShowDecimalPoint | Indicates whether to show the decimal point. |
![]() |
ShowLeadingZeros | Indicates whether to show leading zeros. |
![]() |
ShowSign | Indicates whether to show the negative sign. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
SnappingEnabled | Indicates whether snapping is enabled. |
![]() |
SnappingInterval | The interval to use for snapping the indicator into place. |
![]() |
Style | Gets the style properties of this report definition object. (Inherited from GaugePanelItem.) |
![]() |
ToolTip | Tooltip text for the item. (Inherited from GaugePanelItem.) |
![]() |
Top | Distance from the top as a percentage of the parent element. (Inherited from GaugePanelItem.) |
![]() |
UseFontPercent | Indicates whether to use font percent. |
![]() |
Width | Width of the item as a percentage of the parent element. (Inherited from GaugePanelItem.) |
![]() |
ZIndex | Drawing order of the item within the panel. (Inherited from GaugePanelItem.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top