Share via


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
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_instance Infrastructure. (Inherited from GaugePanelObjectCollectionItem.)

Top

Properties

  Name Description
Public property ActionInfo Actions for the range.
Public property BackgroundGradientType The type of background gradient.
Public property DistanceFromScale Distance from the range to the scale, as a percentage of the size of the scale.
Public property EndValue Ending value for the range.
Public property EndWidth Width of the range at the start, as a percentage of the size of the scale.
Public property FieldsUsedInValueExpression Gets the fields used in a value expression.
Public property Hidden Indicates the range is hidden.
Public property InRangeBarPointerColor Color of the bar pointer if it falls within this range.
Public property InRangeLabelColor Color of scale labels that fall within this range.
Public property InRangeTickMarksColor Color of tick marks that fall within this range.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Name Name of the scale range.
Public property Placement Determines where the range should be placed relative to the scale.
Public property StartValue Starting value for the range.
Public property StartWidth Width of the range at the start, as a percentage of the size of the scale.
Public property Style Gets the style properties of this report definition object.
Public property ToolTip Tool tip text for the range.
Public property UniqueName Gets the unique identifier for this report definition object.

Top