ChartWebPart.OnInit Method
Raises the Init event.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Protected Overrides Sub OnInit ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnInit(e)
protected override void OnInit(
EventArgs e
)
Parameters
- e
Type: System.EventArgs
The EventArgs object that contains the event data.
Remarks
This override initializes the child controls and adds them into the child control list. These controls include the HtmlInputHidden control that stores the session key of the Chart Web Part, the toolbar control, the chart control for the display mode, and the ErrorSummary control for displaying the error information of the Chart Web Part.