MindFusion.Charting Programmer's Guide

Chart.AddAttributesToRender Method

See Also
 





Adds attributes to the HtmlTextWriter object.

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

 Syntax

C#  Copy Code

protected virtual void AddAttributesToRender (
    HtmlTextWriter writer
)

Visual Basic  Copy Code

Protected Overridable Sub AddAttributesToRender ( _
    writer As HtmlTextWriter _
)

JavaScript  Copy Code

function AddAttributesToRender (writer)

 Parameters

writer
The HtmlTextWriter object to add attributes to.

 See Also