GaugeScale Members
Include Protected Members
Include Inherited Members
Represents a scale to be drawn within a gauge.
The GaugeScale type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
GaugeScale() | Creates a new instance of the GaugeScale class. |
![]() |
GaugeScale(IPropertyStore) | Creates a new instance of the GaugeScale class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActionInfo | Actions for the scale. |
![]() |
CustomLabels | Custom labels for the scale. |
![]() |
GaugeMajorTickMarks | Major tickmarks to display on the scale. |
![]() |
GaugeMinorTickMarks | Minor tickmarks to display on the scale. |
![]() |
GaugePointers | Pointers to display on the scale. |
![]() |
Hidden | Indicates the scale is hidden. |
![]() |
Interval | Default interval between tick marks and labels. |
![]() |
IntervalOffset | Default offset for the first tick mark and label. |
![]() |
Logarithmic | Indicates the scale is logarithmic. |
![]() |
LogarithmicBase | Base to use for logarithmic scale. |
![]() |
MaximumPin | Maximum value at which a pointer on the scale will stop. |
![]() |
MaximumValue | Maximum value for the scale. |
![]() |
MinimumPin | Minimum value at which a pointer on the scale will stop. |
![]() |
MinimumValue | Minimum value for the scale. |
![]() |
Multiplier | Amount by which the gauge value is multiplied before it is displayed. |
![]() |
Name | |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Reversed | Indicates the direction of the scale is reversed. |
![]() |
ScaleLabels | Labels to display on the scale. |
![]() |
ScaleRanges | Ranges to display on the scale. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
Style | Gets the style properties of this report definition object. |
![]() |
TickMarksOnTop | Indicates tick marks should be drawn atop pointers. |
![]() |
ToolTip | Tool tip text for the scale. |
![]() |
Width | Width of the scale bar, as a percent of the size of the gauge. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top