Поделиться через


Класс RadialScale

Represents a radial scale to be drawn within a RadialGauge.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
      Microsoft.ReportingServices.OnDemandReportRendering.RadialScale

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class RadialScale _
    Inherits GaugeScale
'Применение
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

Тип RadialScale обеспечивает доступ к следующим элементам.

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering