GaugePointer Members
Include Protected Members
Include Inherited Members
Represents a pointer to be drawn against a scale.
The GaugePointer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GaugePointer() | Creates a new instance of the GaugePointer class. | |
GaugePointer(IPropertyStore) | Creates a new instance of the GaugePointer class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
ActionInfo | Actions for the pointer | |
BarStart | Indicates where the pointer will start if it is of type Bar. | |
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). | |
GaugeInputValue | Value to use for the pointer | |
Hidden | Indicates the pointer is hidden. | |
MarkerLength | Length of the marker as a percentage of the parent scale radius. | |
MarkerStyle | Type of the marker. | |
Name | ||
Parent | The parent of this report object. (Inherited from ReportObjectBase.) | |
Placement | Determines where the pointer should be placed relative to the scale. | |
PointerImage | Image to use for the pointer. | |
PropertyStore | The property store. (Inherited from ReportObjectBase.) | |
Site | Infrastructure. (Inherited from ReportObject.) | |
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. | |
Width | Width of the pointer, as a percentage of the scale size. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ReportObject.) | |
IComponent.Disposed | (Inherited from ReportObject.) |
Top