Interface IChartSerializer
Interface of IChartSerializer
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public interface IChartSerializer
Methods
Deserialize(String)
Method declaration for DeSerialize
Declaration
object Deserialize(string xamlString)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | xamlString |
Returns
| Type |
|---|
| System.Object |
Serialize()
Method declaration for Serialize
Declaration
string Serialize()
Returns
| Type |
|---|
| System.String |