Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartSessionStateObject Class
Members


In This Topic
    NChartSessionStateObject Class
    In This Topic
    Contains the chart data to be stored into the session state between AJAX callback events and render requests.
    Object Model
    NChartSessionStateObject Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NChartSessionStateObject 
       Inherits Nevron.UI.WebForm.Controls.NStateObject
    'Usage
     
    
    Dim instance As NChartSessionStateObject
    [System.Serializable()]
    public class NChartSessionStateObject : Nevron.UI.WebForm.Controls.NStateObject 
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NStateObject
          Nevron.Chart.WebForm.NChartSessionStateObject

    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