Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Server.v4.4 Assembly / Xceed.Chart.Server Namespace / ChartServerControl Class / Render Method
The HTML writer to write out to


In This Topic
    Render Method
    In This Topic
    Render this control to the output parameter specified.
    Syntax
    'Declaration
     
    Protected Overrides Sub Render( _
       ByVal output As HtmlTextWriter _
    ) 
    'Usage
     
    Dim instance As ChartServerControl
    Dim output As HtmlTextWriter
     
    instance.Render(output)
    protected override void Render( 
       HtmlTextWriter output
    )

    Parameters

    output
    The HTML writer to write out to
    Remarks
    Renders the chart control in the passed HtmlTextWriter. The image dimensions are taken from the control style.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also