Loads the theme with the specified name.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public void LoadTheme ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadTheme( _ |
The name of the file to load.
RemarksfileName should point to a valid xml file that describes the ChartTheme to be applied.
See Also