ASP.NET Pack Programmer's Guide
Chart.AddAttributesToRender Method
See Also
 





Adds attributes to the HtmlTextWriter object.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

protected virtual void AddAttributesToRender (
    HtmlTextWriter writer
)

Visual Basic  Copy Code

Protected Overridable Sub AddAttributesToRender( _
    writer As HtmlTextWriter _
)

 Parameters

writer
The HtmlTextWriter object to add attributes to.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WebForms Namespace