Loads the current ChartTheme from the specified XML node.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub LoadFromXml( _ |
A XmlNode object that specifies the node that represents the current ChartTheme.
See Also