Partilhar via


Classe ChartDataPointValuesInstance

Represents an instance type of the ChartDataPointValues class and contains the calculated values of the properties in ChartDataPointValues.

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartDataPointValuesInstance

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

Sintaxe

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

O tipo ChartDataPointValuesInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública End Gets the calculated value of the End property in a ChartDataPointValues class.
Propriedade pública High Gets the calculated value of the High property in a ChartDataPointValues class.
Propriedade pública Low Gets the calculated value of the Low property in a ChartDataPointValues class.
Propriedade pública Mean Gets the calculated value of the Mean property in a ChartDataPointValues class.
Propriedade pública Median Gets the calculated value of the Median property in a ChartDataPointValues class.
Propriedade pública Size Gets the calculated value of the Size property in a ChartDataPointValues class.
Propriedade pública Start Gets the calculated value of the Start property in a ChartDataPointValues class.
Propriedade pública X Gets the calculated value of the X property in a ChartDataPointValues class.
Propriedade pública Y Gets the calculated value of the Y property in a ChartDataPointValues class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido ResetInstanceCache Resets the instance cache. (Herdado de BaseInstance.)
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.