Spread for ASP.NET 12 Product Documentation
RenderImageClickClientScript Method (FpChart)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : RenderImageClickClientScript Method
ASP.NET server control output stream.
Renders client script for the image click event.
Syntax
'Declaration
 
Protected Overridable Sub RenderImageClickClientScript( _
   ByVal output As HtmlTextWriter _
) 
'Usage
 
Dim instance As FpChart
Dim output As HtmlTextWriter
 
instance.RenderImageClickClientScript(output)
protected virtual void RenderImageClickClientScript( 
   HtmlTextWriter output
)

Parameters

output
ASP.NET server control output stream.
Remarks
Overrides the function to render custom client side script for the image click event.
See Also

Reference

FpChart Class
FpChart Members