Dundas Chart for ASP.NET
SessionKey Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartCallbackManager Class : SessionKey Property


Gets or sets the session key.
Gets or sets the session key - the string which is used as key for session variable to save chart state into session.

Syntax

Visual Basic (Declaration)  
Public Property SessionKey As String
Visual Basic (Usage) Copy Code
Dim instance As ChartCallbackManager
Dim value As String
 
instance.SessionKey = value
 
value = instance.SessionKey
C#  
public string SessionKey {get; set;}

Return Value

A String value.
The session key.

Remarks

The session key is the string, that is used as a key, for the session variable, to save chart state.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.