Spread for ASP.NET 11 Product Documentation
OnInit Method (FpChart)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : OnInit Method
An System.EventArgs object that contains the event data.
Raises the System.Web.UI.Control.Init event.
Syntax
'Declaration
 
Protected Overrides Sub OnInit( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As FpChart
Dim e As EventArgs
 
instance.OnInit(e)
protected override void OnInit( 
   EventArgs e
)

Parameters

e
An System.EventArgs object that contains the event data.
See Also

Reference

FpChart Class
FpChart Members