Renders the WebChart to the specified HTML writer.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
protected override void Render( HtmlTextWriter output ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub Render ( _ output As HtmlTextWriter _ ) |
Visual C++ |
---|
protected: virtual void Render( HtmlTextWriter^ output ) override |
Parameters
- output
- Type: System.Web.UI..::.HtmlTextWriter
The HtmlTextWriter that receives the control content.