Partager via


Propriété ChartDataPoint.DataPointValues

Gets the X and Y values of the data point.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property DataPointValues As ChartDataPointValues 
    Get
'Utilisation
Dim instance As ChartDataPoint 
Dim value As ChartDataPointValues 

value = instance.DataPointValues
public abstract ChartDataPointValues DataPointValues { get; }
public:
virtual property ChartDataPointValues^ DataPointValues {
    ChartDataPointValues^ get () abstract;
}
abstract DataPointValues : ChartDataPointValues
abstract function get DataPointValues () : ChartDataPointValues

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues
A ChartDataPointValues object that represents the X and Y values of the data point.

Voir aussi

Référence

ChartDataPoint Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering