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


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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FpChart Class
FpChart Members

 

 


Copyright © GrapeCity, inc. All rights reserved.