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





Loads the chart theme from an XML file.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 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 SaveTheme method or through the ThemeEditor.

 See Also

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