RadialScale Members

Include Protected Members
Include Inherited Members

Represents a radial scale to be drawn within a RadialGauge.

The RadialScale 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 scale. (Inherited from GaugeScale.)
Public property CustomLabels Custom labels for the scale. (Inherited from GaugeScale.)
Public property FieldsUsedInValueExpression Gets the fields used in a value expression. (Inherited from GaugeScale.)
Public property GaugeMajorTickMarks Major tickmarks to display on the scale. (Inherited from GaugeScale.)
Public property GaugeMinorTickMarks Minor tickmarks to display on the scale. (Inherited from GaugeScale.)
Public property GaugePointers Gets the pointers on the scale.
Public property Hidden Indicates the scale is hidden. (Inherited from GaugeScale.)
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Interval Default interval between tick marks and labels. (Inherited from GaugeScale.)
Public property IntervalOffset Default offset for the first tick mark and label. (Inherited from GaugeScale.)
Public property Logarithmic Indicates the scale is logarithmic. (Inherited from GaugeScale.)
Public property LogarithmicBase Base to use for logarithmic scale. (Inherited from GaugeScale.)
Public property MaximumPin Maximum value at which a pointer on the scale will stop. (Inherited from GaugeScale.)
Public property MaximumValue Maximum value for the scale. (Inherited from GaugeScale.)
Public property MinimumPin Minimum value at which a pointer on the scale will stop. (Inherited from GaugeScale.)
Public property MinimumValue Minimum value for the scale. (Inherited from GaugeScale.)
Public property Multiplier Amount by which the gauge value is multiplied before being displayed. (Inherited from GaugeScale.)
Public property Name Name of the gauge scale. (Inherited from GaugeScale.)
Public property Radius Radius of the scale as a percentage of the gauge.
Public property Reversed Indicates the direction of the scale is reversed. (Inherited from GaugeScale.)
Public property ScaleLabels Labels to display on the scale. (Inherited from GaugeScale.)
Public property ScaleRanges Ranges to display on the scale. (Inherited from GaugeScale.)
Public property StartAngle The start angle of the scale in degrees (0-360).
Public property Style Gets the style properties of this report definition object. (Inherited from GaugeScale.)
Public property SweepAngle The sweep angle of the scale in degrees (0-360).
Public property TickMarksOnTop Indicates tick marks should be drawn above pointers. (Inherited from GaugeScale.)
Public property ToolTip Tool tip text for the scale. (Inherited from GaugeScale.)
Public property UniqueName Gets the unique identifier for this report definition object. (Inherited from GaugeScale.)
Public property Width Width of the scale bar, as a percent of the size of the gauge (Inherited from GaugeScale.)

Top