Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Data values for the point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartDataPointValues As ChartDataPointValues
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartDataPointValues
A ChartDataPointValues object.