Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / DeserializeObjectProps Method
XmlNodeReader from which to load the object properties


In This Topic
    DeserializeObjectProps Method (SpreadChart)
    In This Topic
    Loads the object properties from XML.
    Syntax
    'Declaration
     
    
    Public Overridable Sub DeserializeObjectProps( _
       ByVal r As XmlNodeReader _
    ) 
    'Usage
     
    
    Dim instance As SpreadChart
    Dim r As XmlNodeReader
     
    instance.DeserializeObjectProps(r)
    public virtual void DeserializeObjectProps( 
       XmlNodeReader r
    )

    Parameters

    r
    XmlNodeReader from which to load the object properties
    See Also