Spread for ASP.NET 12 Product Documentation
OnMapAreaClick Method


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : OnMapAreaClick Method
The event data.
Raises the MapAreaClick event of the FpChart control.
Syntax
'Declaration
 
Protected Overridable Sub OnMapAreaClick( _
   ByVal e As MapAreaClickEventArgs _
) 
'Usage
 
Dim instance As FpChart
Dim e As MapAreaClickEventArgs
 
instance.OnMapAreaClick(e)
protected virtual void OnMapAreaClick( 
   MapAreaClickEventArgs e
)

Parameters

e
The event data.
See Also

Reference

FpChart Class
FpChart Members