WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IChartSerializer

    Show / Hide Table of Contents

    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 Description
    System.Object

    Serialize()

    Method declaration for Serialize

    Declaration
    string Serialize()
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved