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





Loads the current ChartTheme from the specified XML node.

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

 Syntax

C#  Copy Code

public virtual void LoadFromXml (
    XmlNode node
)

Visual Basic  Copy Code

Public Overridable Sub LoadFromXml( _
    node As XmlNode _
)

 Parameters

node

A XmlNode object that specifies the node that represents the current ChartTheme.

 See Also

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