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


chartObject
The chart object is being serialized.
Saves the chart instance to an xml string.

Syntax

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

Parameters

chartObject
The chart object is being serialized.

Return Value

The xml string which represent the chart object.

See Also

© 2010 All Rights Reserved.