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