Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FpChart Class / RenderImageClickClientScript Method
ASP.NET server control output stream.


In This Topic
    RenderImageClickClientScript Method (FpChart)
    In This Topic
    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