[]
Manages saving and restoring of chart state. For internal use only.
public static class Persistence
Name | Description |
---|---|
FromXml(ISharpGraph, string) | Reconstructs a SharpGraph object with a specified state from an XML encoding. |
FromXml(ISharpGraph, string, bool) | |
FromXml(ISharpGraph, XmlElement) | Reconstructs a SharpGraph object with a specified state from an XML encoding. Use "strict" attribute of root element "SharpGraph" in xml files to control error handling behaviour. This attribute is false by default. If true xml import process will stop once it finds first error and throw an exception. If false it will mutually continue. |
FromXml(ISharpGraph, XmlElement, bool) | |
ToXml(ISharpGraph, string) | Creates an XML encoding of the SharpGraph object and its current state (without data). |
ToXml(ISharpGraph, string, bool) | Creates an XML encoding of the SharpGraph object and its current state. |
ToXml(ISharpGraph, XmlElement, bool) | Creates an XML encoding of the SharpGraph object and its current state. |