ChartWebPart.Chart Property
Gets or sets the Chart object for design mode.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property Chart As Chart
Get
Set
'Usage
Dim instance As ChartWebPart
Dim value As Chart
value = instance.Chart
instance.Chart = value
public Chart Chart { get; set; }
Property Value
Type: Microsoft.Office.Server.WebControls.Chart
The Chart object that represents the chart control for design mode.