ASP.NET Pack Programmer's Guide
Theme.LoadFromString Method
See Also
 





Loads the theme values from specified XML string.

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public void LoadFromString (
    string xml
)

Visual Basic  Copy Code

Public Sub LoadFromString( _
    xml As String _
)

 Parameters

xml

An XML string defining the theme.

 See Also

Theme Members
Theme Class
MindFusion.Charting Namespace