MindFusion.Wpf Pack Programmer's Guide
ChartTheme.LoadFromXml Method (String)
See Also
 





Loads the current theme from the XML file with the specified name.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String _
)

 Parameters

fileName

A string that specifies the path to the XML file that describes the ChartTheme to load.

 See Also

LoadFromXml Method Overload List
ChartTheme Members
ChartTheme Class
MindFusion.Charting.Wpf Namespace