Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / TreemapPlotArea Class / WriteXml Method


In This Topic
    WriteXml Method (TreemapPlotArea)
    In This Topic
    Converts an object into its XML representation.
    Syntax
    'Declaration
     
    
    Public Overrides Sub WriteXml( _
       ByVal writer As XmlWriter _
    ) 
    'Usage
     
    
    Dim instance As TreemapPlotArea
    Dim writer As XmlWriter
     
    instance.WriteXml(writer)
    public override void WriteXml( 
       XmlWriter writer
    )

    Parameters

    writer
    See Also