Share via


ChartWebPart.OnLoad Method

Raises the Load event.

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

Syntax

'Declaration
Protected Overrides Sub OnLoad ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnLoad(e)
protected override void OnLoad(
    EventArgs e
)

Parameters

Remarks

This override sets the fields of the Chart Web Part based on the Request in the current HTTP context. These fields, which are needed in the wizard pages for customizing the Chart Web Part, include the action key, the process key and the session key.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace