Nevron .NET Vision
Nevron.Chart.Wpf Namespace / NChartControlSerializer Class
Properties Methods


In This Topic
    NChartControlSerializer Class Members
    In This Topic

    The following tables list the members exposed by NChartControlSerializer.

    Public Properties
     NameDescription
    Public PropertyGets / sets a list of assemblies defining custom types allowing the custom serialization to resolve types contained in them. (Inherited from Nevron.Serialization.NSerializer)
    Public PropertyGets or sets the deserialization conflict resolver (Inherited from Nevron.Serialization.NSerializer)
    Public Property (Inherited from Nevron.Serialization.NSerializer)
    Public PropertyAllows you to override property, field, and class attributes when you use the Xml serialization. (Inherited from Nevron.Serialization.NSerializer)
    Public PropertyGets/sets the Xml serialization extra types (Inherited from Nevron.Serialization.NSerializer)
    Top
    Public Methods
     NameDescription
    Public MethodCreates a deep clone filtered copy of the object. (Inherited from Nevron.Serialization.NSerializer)
    Public MethodOverloaded. Overridden. Shows an open file dialog and loads the control state from the file.  
    Public MethodOverridden. Loads the chart control state from the passed stream.  
    Public MethodLoads an object from a file containing the object in the specified persistency format. (Inherited from Nevron.Serialization.NSerializer)
    Public MethodLoads the object to the specfied stream. (Inherited from Nevron.Serialization.NSerializer)
    Public MethodOverloaded. Overridden. Shows a save file dialog and saves the current control state to file.  
    Public MethodOverridden. Saves the chart control state in the passed stream.  
    Public MethodSaves the passed object to a file in the specified persistency format. (Inherited from Nevron.Serialization.NSerializer)
    Public MethodSaves the object to the specfied stream. (Inherited from Nevron.Serialization.NSerializer)
    Top
    See Also