ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraph Class / WriteXml Method
The System.Xml.XmlElement to which to write the chart.

In This Topic
    WriteXml Method (SharpGraph)
    In This Topic
    Writes the chart from an XmlElement.
    Syntax
    'Declaration
     
    Public Sub WriteXml( _
       ByVal controlNode As XmlElement _
    ) 
    public void WriteXml( 
       XmlElement controlNode
    )

    Parameters

    controlNode
    The System.Xml.XmlElement to which to write the chart.
    See Also