ScaleRange Members
Include Protected Members
Include Inherited Members
Represents a range to be drawn against a GaugeScale.
The ScaleRange type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_instance | Infrastructure. (Inherited from GaugePanelObjectCollectionItem.) |
Top
Properties
Name | Description | |
---|---|---|
ActionInfo | Actions for the range. | |
BackgroundGradientType | The type of background gradient. | |
DistanceFromScale | Distance from the range to the scale, as a percentage of the size of the scale. | |
EndValue | Ending value for the range. | |
EndWidth | Width of the range at the start, as a percentage of the size of the scale. | |
FieldsUsedInValueExpression | Gets the fields used in a value expression. | |
Hidden | Indicates the range is hidden. | |
InRangeBarPointerColor | Color of the bar pointer if it falls within this range. | |
InRangeLabelColor | Color of scale labels that fall within this range. | |
InRangeTickMarksColor | Color of tick marks that fall within this range. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Name | Name of the scale range. | |
Placement | Determines where the range should be placed relative to the scale. | |
StartValue | Starting value for the range. | |
StartWidth | Width of the range at the start, as a percentage of the size of the scale. | |
Style | Gets the style properties of this report definition object. | |
ToolTip | Tool tip text for the range. | |
UniqueName | Gets the unique identifier for this report definition object. |
Top