Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartSessionStateObject Class / NChartSessionStateObject Constructor / NChartSessionStateObject Constructor(String,Guid,INHttpHandlerCallback,NImageFormat,NDocument,NSize)
A string that uniquely identifies the specific instance of the state of a web control.
A guid that uniquely identifies a specific image snapshot of the web control.
The http handler callback that is used when operating in Nevron Instant Callback mode.
The image format of the rendered image. Can be null for controls that do not generate an image.
The chart document.
The size of the Nevron Chart web control.


In This Topic
    NChartSessionStateObject Constructor(String,Guid,INHttpHandlerCallback,NImageFormat,NDocument,NSize)
    In This Topic
    Initializes a new instance of the NChartSessionState class with given chart document and size.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal stateId As System.String, _
       ByVal snapshotGuid As System.Guid, _
       ByVal httpHandlerCallback As INHttpHandlerCallback, _
       ByVal imageFormat As NImageFormat, _
       ByVal document As NDocument, _
       ByVal size As NSize _
    )
    'Usage
     
    
    Dim stateId As System.String
    Dim snapshotGuid As System.Guid
    Dim httpHandlerCallback As INHttpHandlerCallback
    Dim imageFormat As NImageFormat
    Dim document As NDocument
    Dim size As NSize
     
    Dim instance As New NChartSessionStateObject(stateId, snapshotGuid, httpHandlerCallback, imageFormat, document, size)
    public NChartSessionStateObject( 
       System.string stateId,
       System.Guid snapshotGuid,
       INHttpHandlerCallback httpHandlerCallback,
       NImageFormat imageFormat,
       NDocument document,
       NSize size
    )

    Parameters

    stateId
    A string that uniquely identifies the specific instance of the state of a web control.
    snapshotGuid
    A guid that uniquely identifies a specific image snapshot of the web control.
    httpHandlerCallback
    The http handler callback that is used when operating in Nevron Instant Callback mode.
    imageFormat
    The image format of the rendered image. Can be null for controls that do not generate an image.
    document
    The chart document.
    size
    The size of the Nevron Chart web control.
    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