Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / ChartControlStateBase Class
Members


In This Topic
    ChartControlStateBase Class
    In This Topic
    This member is reserved for internal use and is not intended to be used directly from your code.
    Object Model
    ChartControlStateBase Class
    Syntax
    'Declaration
     
    Public Class ChartControlStateBase 
    'Usage
     
    Dim instance As ChartControlStateBase
    public class ChartControlStateBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.ChartControlStateBase
          Xceed.Chart.ChartControlState

    Public Constructors
     NameDescription
    Public ConstructorThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Methods
     NameDescription
    Public MethodLoads an existing chart state to the chart control from a binary file.  
    Public MethodLoads the chart control state from the passed stream.  
    Public MethodLoads the control state from a XML string containing the binary state  
    Public MethodSaves the control state to a XML string containing the binary state  
    Public MethodSaves the current state of the chart control into a binary file.  
    Public MethodSaves the chart control state in the passed stream.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also