Właściwość ChartDataPoint.ChartDataPointValues
Wartości punktu danych.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ChartDataPointValues As ChartDataPointValues
Get
Set
'Użycie
Dim instance As ChartDataPoint
Dim value As ChartDataPointValues
value = instance.ChartDataPointValues
instance.ChartDataPointValues = value
public ChartDataPointValues ChartDataPointValues { get; set; }
public:
property ChartDataPointValues^ ChartDataPointValues {
ChartDataPointValues^ get ();
void set (ChartDataPointValues^ value);
}
member ChartDataPointValues : ChartDataPointValues with get, set
function get ChartDataPointValues () : ChartDataPointValues
function set ChartDataPointValues (value : ChartDataPointValues)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ChartDataPointValues
A ChartDataPointValues obiektu.
Zobacz także