다음을 통해 공유


ChartWebPart.OnProvidersReady Method

Prepares the Chart Web Part for rendering after all the providers are ready.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Protected Overrides Sub OnProvidersReady
'Usage

Me.OnProvidersReady()
protected override void OnProvidersReady()

Remarks

This override is called by the OnPreRender() method when all data providers are ready. It calls the PrepareRenderChart(Chart, Chart) method to prepare the Chart Web Part for rendering.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace