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


    ChartControlState Class
    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
    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

    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