Właściwość ChartDataPoint.DataPointValues
Pobiera wartości x i y punktu danych.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public MustOverride ReadOnly Property DataPointValues As ChartDataPointValues
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues
A ChartDataPointValues obiektu.
Zobacz także