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


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

Parameters

output
ASP.NET server control output stream
See Also

Reference

SpreadChart Class
SpreadChart Members