Search
Theme.LoadFromString Method
See Also
 






Loads the theme values from specified XML string.

Namespace: MindFusion.Charting
Assembly: 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