GaugePointer Members
Include Protected Members
Include Inherited Members
Represents a pointer to be drawn against a scale.
The GaugePointer 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 pointer. | |
BarStart | Indicates where the pointer will start if it is of type Bar. | |
CompiledInstances | ||
DistanceFromScale | Distance from the tip of the pointer to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales). | |
FieldsUsedInValueExpression | Gets the fields used in a value expression. | |
GaugeInputValue | Value to use for the pointer. | |
Hidden | Indicates the pointer is hidden. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MarkerLength | Length of the marker as a percentage of the parent scale radius. | |
MarkerStyle | Type of the marker. | |
Name | Name of the gauge pointer. | |
Placement | Determines where the pointer should be placed relative to the scale. | |
PointerImage | Image to use for the pointer. | |
SnappingEnabled | Indicates values should round to the snapping interval. | |
SnappingInterval | Interval to which the values should round. | |
Style | Gets the style properties of this report definition object. | |
ToolTip | Tool tip text for the pointer. | |
UniqueName | Gets the unique identifier for this report definition object. | |
Width | Width of the pointer, as a percentage of the scale size (radius for radial scales, width for linear scales). |
Top