Compartilhar via


Classe LinearScale

Represents a linear scale to be drawn within a linear gauge.

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class LinearScale _
    Inherits GaugeScale
'Uso
Dim instance As LinearScale
public sealed class LinearScale : GaugeScale
public ref class LinearScale sealed : public GaugeScale
[<SealedAttribute>]
type LinearScale =  
    class 
        inherit GaugeScale 
    end
public final class LinearScale extends GaugeScale

O tipo LinearScale expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ActionInfo Actions for the scale. (Herdado de GaugeScale.)
Propriedade pública CustomLabels Custom labels for the scale. (Herdado de GaugeScale.)
Propriedade pública EndMargin Distance between the end of the gauge and the end of the scale, as a percentage of the size of the gauge.
Propriedade pública FieldsUsedInValueExpression Gets the fields used in a value expression. (Herdado de GaugeScale.)
Propriedade pública GaugeMajorTickMarks Major tickmarks to display on the scale. (Herdado de GaugeScale.)
Propriedade pública GaugeMinorTickMarks Minor tickmarks to display on the scale. (Herdado de GaugeScale.)
Propriedade pública GaugePointers Gets the pointers on the scale.
Propriedade pública Hidden Indicates the scale is hidden. (Herdado de GaugeScale.)
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública Interval Default interval between tick marks and labels. (Herdado de GaugeScale.)
Propriedade pública IntervalOffset Default offset for the first tick mark and label. (Herdado de GaugeScale.)
Propriedade pública Logarithmic Indicates the scale is logarithmic. (Herdado de GaugeScale.)
Propriedade pública LogarithmicBase Base to use for logarithmic scale. (Herdado de GaugeScale.)
Propriedade pública MaximumPin Maximum value at which a pointer on the scale will stop. (Herdado de GaugeScale.)
Propriedade pública MaximumValue Maximum value for the scale. (Herdado de GaugeScale.)
Propriedade pública MinimumPin Minimum value at which a pointer on the scale will stop. (Herdado de GaugeScale.)
Propriedade pública MinimumValue Minimum value for the scale. (Herdado de GaugeScale.)
Propriedade pública Multiplier Amount by which the gauge value is multiplied before being displayed. (Herdado de GaugeScale.)
Propriedade pública Name Name of the gauge scale. (Herdado de GaugeScale.)
Propriedade pública Position Position of the scale, as a percentage of the size of the gauge (height for horizontal gauges, width for vertical gauges).
Propriedade pública Reversed Indicates the direction of the scale is reversed. (Herdado de GaugeScale.)
Propriedade pública ScaleLabels Labels to display on the scale. (Herdado de GaugeScale.)
Propriedade pública ScaleRanges Ranges to display on the scale. (Herdado de GaugeScale.)
Propriedade pública StartMargin Distance between the start of the gauge and the start of the scale, as a percentage of the size of the gauge.
Propriedade pública Style Gets the style properties of this report definition object. (Herdado de GaugeScale.)
Propriedade pública TickMarksOnTop Indicates tick marks should be drawn above pointers. (Herdado de GaugeScale.)
Propriedade pública ToolTip Tool tip text for the scale. (Herdado de GaugeScale.)
Propriedade pública UniqueName Gets the unique identifier for this report definition object. (Herdado de GaugeScale.)
Propriedade pública Width Width of the scale bar, as a percent of the size of the gauge (Herdado de GaugeScale.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering