Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / DeserializeObjectProps Method
XmlNodeReader from which to load the object properties


In This Topic
DeserializeObjectProps Method (ChartShape)
In This Topic
Loads the object properties from XML.
Syntax
'Declaration
 
Public Overrides Sub DeserializeObjectProps( _
   ByVal r As XmlNodeReader _
) 
 
'Usage
 
Dim instance As ChartShape
Dim r As XmlNodeReader
 
instance.DeserializeObjectProps(r)

Parameters

r
XmlNodeReader from which to load the object properties
See Also