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


In This Topic
    ChartControlState Class
    In This Topic
    Controls the serialization and deserialization of the ChartControl state.
    Object Model
    ChartControlState Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    Public Class ChartControlState 
       Inherits Xceed.Chart.Core.ChartControlStateBase
    'Usage
     
    Dim instance As ChartControlState
    [ClassInterface(ClassInterfaceType.AutoDual)]
    public class ChartControlState : Xceed.Chart.Core.ChartControlStateBase 
    Remarks
    Each ChartControl has an associated instance of the ChartControlState object. The user can obtain a reference to that instance with the help of the State property of the ChartControl class.
    Inheritance Hierarchy

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

    Public Methods
     NameDescription
    Public MethodLoads an existing chart state to the chart control from a binary file. (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodLoads the chart control state from the passed stream. (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodLoads the control state from a XML string containing the binary state (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodSaves the control state to a XML string containing the binary state (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodSaves the current state of the chart control into a binary file. (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    Public MethodSaves the chart control state in the passed stream. (Inherited from Xceed.Chart.Core.ChartControlStateBase)
    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