dotnetCHARTING Send comments on this topic.
SaveState() Method
See Also 
dotnetCHARTING Namespace > Chart Class > SaveState Method : SaveState() Method


Saves this chart instance to an xml string.

Syntax

Visual Basic (Declaration) 
Public Overloads Function SaveState() As String
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As String
 
value = instance.SaveState()
C# 
public string SaveState()

Return Value

The xml string which represent the current chart object.

See Also

© 2010 All Rights Reserved.