Partager via


Classe RadialScale

Represents a radial scale to be drawn within a RadialGauge.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class RadialScale _
    Inherits GaugeScale
'Utilisation
Dim instance As RadialScale
public sealed class RadialScale : GaugeScale
public ref class RadialScale sealed : public GaugeScale
[<SealedAttribute>]
type RadialScale =  
    class
        inherit GaugeScale
    end
public final class RadialScale extends GaugeScale

Le type RadialScale expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_instance Infrastructure. (hérité de GaugePanelObjectCollectionItem.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.