[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FpChart.Render

Render Method

Render(HtmlTextWriter)

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

Declaration
protected override void Render(HtmlTextWriter output)
Protected Overrides Sub Render(output As HtmlTextWriter)
Parameters
Type Name Description
HtmlTextWriter output

The HtmlTextWriter object that receives the server control content.

Overrides