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.
Gets or sets the data values for the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartData As ChartData
Get
Set
'Usage
Dim instance As Chart
Dim value As ChartData
value = instance.ChartData
instance.ChartData = value
public ChartData ChartData { get; set; }
public:
property ChartData^ ChartData {
ChartData^ get ();
void set (ChartData^ value);
}
member ChartData : ChartData with get, set
function get ChartData () : ChartData
function set ChartData (value : ChartData)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartData
A ChartData object.