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
- e
Type: System.EventArgs
The EventArgs object that contains the event data.
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.