MindFusion.Wpf Pack Programmer's Guide
Chart.LoadTheme Method
See Also
 





Loads the theme with the specified name.

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

 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 file to load.

 Remarks

fileName should point to a valid xml file that describes the ChartTheme to be applied.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Wpf Namespace