Freigeben über


ChartDataPointValuesInstance-Klasse

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

Vererbungshierarchie

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

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

Syntax

'Declaration
Public NotInheritable Class ChartDataPointValuesInstance _
    Inherits BaseInstance
'Usage
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

Der ChartDataPointValuesInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft End Gets the calculated value of the End property in a ChartDataPointValues class.
Öffentliche Eigenschaft High Gets the calculated value of the High property in a ChartDataPointValues class.
Öffentliche Eigenschaft Low Gets the calculated value of the Low property in a ChartDataPointValues class.
Öffentliche Eigenschaft Mean Gets the calculated value of the Mean property in a ChartDataPointValues class.
Öffentliche Eigenschaft Median Gets the calculated value of the Median property in a ChartDataPointValues class.
Öffentliche Eigenschaft Size Gets the calculated value of the Size property in a ChartDataPointValues class.
Öffentliche Eigenschaft Start Gets the calculated value of the Start property in a ChartDataPointValues class.
Öffentliche Eigenschaft X Gets the calculated value of the X property in a ChartDataPointValues class.
Öffentliche Eigenschaft Y Gets the calculated value of the Y property in a ChartDataPointValues class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode ResetInstanceCache Resets the instance cache. (Geerbt von BaseInstance.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.