Click or drag to resize
WebChartRender Method
Renders the WebChart to the specified HTML writer.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
protected override void Render(
	HtmlTextWriter output
)

Parameters

output
Type: System.Web.UIHtmlTextWriter
The HtmlTextWriter that receives the control content.
See Also