Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / SerializePositionAndSize Method
XmlTextWriter to which to write (save) the position and size


In This Topic
SerializePositionAndSize Method (ChartShape)
In This Topic
Serializes the position and size.
Syntax
'Declaration
 
Public Overrides Sub SerializePositionAndSize( _
   ByVal w As XmlTextWriter _
) 
 
'Usage
 
Dim instance As ChartShape
Dim w As XmlTextWriter
 
instance.SerializePositionAndSize(w)

Parameters

w
XmlTextWriter to which to write (save) the position and size
See Also