Freigeben über


ChartDataPointValues-Klasse

Contains a set of data values for a data point in the chart.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues

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

Syntax

'Declaration
Public NotInheritable Class ChartDataPointValues
'Usage
Dim instance As ChartDataPointValues
public sealed class ChartDataPointValues
public ref class ChartDataPointValues sealed
[<SealedAttribute>]
type ChartDataPointValues =  class end
public final class ChartDataPointValues

Der ChartDataPointValues-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CurrencyLanguageSize
Öffentliche Eigenschaft CurrencyLanguageX
Öffentliche Eigenschaft CurrencyLanguageY
Öffentliche Eigenschaft End Gets an expression that evaluates to the end/close value for the data point.
Öffentliche Eigenschaft FormatSize
Öffentliche Eigenschaft FormatX
Öffentliche Eigenschaft FormatY
Öffentliche Eigenschaft High Gets an expression that evaluates to the high value for the data point.
Öffentliche Eigenschaft HighlightSize Gets an expression that evaluates to the highlighted Size value for the data point.
Öffentliche Eigenschaft HighlightX Gets an expression that evaluates to the highlighted X value for the data point.
Öffentliche Eigenschaft HighlightY Gets an expression that evaluates to the highlighted Y value for the data point.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft Low Gets an expression that evaluates to the low value for the data point.
Öffentliche Eigenschaft Mean Gets an expression that evaluates to the mean value for the data point.
Öffentliche Eigenschaft Median Gets an expression that evaluates to the median value for the data point.
Öffentliche Eigenschaft Size Gets an expression that evaluates to the size value for the data point.
Öffentliche Eigenschaft Start Gets an expression that evaluates to the start/open value for the data point.
Öffentliche Eigenschaft X Gets an expression that evaluates to the X value for the data point.
Öffentliche Eigenschaft Y Gets an expression that evaluates to the Y value for the data point.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Ö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.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace