[]
Creates an XML encoding of the SharpGraph object and its current state.
public static void ToXml(ISharpGraph sharpChartControl, XmlElement rootElement, bool includeData)
| Type | Name | Description |
|---|---|---|
| ISharpGraph | sharpChartControl | |
| XmlElement | rootElement | |
| bool | includeData | Specifies whether to store data to XML |
Creates an XML encoding of the SharpGraph object and its current state (without data).
public static void ToXml(ISharpGraph sharpChartControl, string fileName)
| Type | Name | Description |
|---|---|---|
| ISharpGraph | sharpChartControl | |
| string | fileName |
Creates an XML encoding of the SharpGraph object and its current state.
public static void ToXml(ISharpGraph sharpChartControl, string fileName, bool includeData)
| Type | Name | Description |
|---|---|---|
| ISharpGraph | sharpChartControl | |
| string | fileName | |
| bool | includeData |