Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.