Classe ChartDataPointValues
Contains a set of data values for a data point in the chart.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartDataPointValues
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ChartDataPointValues
'Utilisation
Dim instance As ChartDataPointValues
public sealed class ChartDataPointValues
public ref class ChartDataPointValues sealed
[<SealedAttribute>]
type ChartDataPointValues = class end
public final class ChartDataPointValues
Le type ChartDataPointValues expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
End | Gets an expression that evaluates to the end/close value for the data point. | |
High | Gets an expression that evaluates to the high value for the data point. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
Low | Gets an expression that evaluates to the low value for the data point. | |
Mean | Gets an expression that evaluates to the mean value for the data point. | |
Median | Gets an expression that evaluates to the median value for the data point. | |
Size | Gets an expression that evaluates to the size value for the data point. | |
Start | Gets an expression that evaluates to the start/open value for the data point. | |
X | Gets an expression that evaluates to the X value for the data point. | |
Y | Gets an expression that evaluates to the Y value for the data point. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.