Compartir a través de


ChartDataPoint.DataPointValues Propiedad

Gets the X and Y values of the data point.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property DataPointValues As ChartDataPointValues 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartDataPoint Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering