MindFusion.Charting Programmer's Guide
Chart.LoadTheme Method (String)
See Also
 





Loads a chart theme from the specified XML file.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void LoadTheme (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadTheme( _
    fileName As String _
)

 Parameters

fileName

The name of the XML file.

 Remarks

The file must have been created beforehand with the ThemeEditor tool or by calling the SaveTheme method.

 See Also

LoadTheme Method Overload List
Chart Members
Chart Class
MindFusion.Charting Namespace