ChartWebPart.PrepareRenderChart Method (Chart, Chart, Boolean)
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Sub PrepareRenderChart ( _
designtimeChart As Chart, _
renderChart As Chart, _
initialize As Boolean _
)
'Usage
Dim instance As ChartWebPart
Dim designtimeChart As Chart
Dim renderChart As Chart
Dim initialize As Boolean
instance.PrepareRenderChart(designtimeChart, _
renderChart, initialize)
public void PrepareRenderChart(
Chart designtimeChart,
Chart renderChart,
bool initialize
)
Parameters
- designtimeChart
Type: Microsoft.Office.Server.WebControls.Chart
- renderChart
Type: Microsoft.Office.Server.WebControls.Chart
- initialize
Type: System.Boolean