Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class / WriteXml Method


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

    Parameters

    writer
    See Also