MindFusion.Charting Programmer's Guide

Chart.Render Method

See Also
 





Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

protected override void Render (
    HtmlTextWriter output
)

Visual Basic  Copy Code

Protected Overrides Sub Render ( _
    output As HtmlTextWriter _
)

JavaScript  Copy Code

function Render (output)

 Parameters

output
An instance of the .NET HtmlTextWriter class that receives the server control content.

 See Also