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

In This Topic
    ReadXml Method (SharpGraph)
    In This Topic
    Reads a chart from an XmlElement.
    Syntax
    'Declaration
     
    Public Sub ReadXml( _
       ByVal controlNode As XmlElement _
    ) 
    public void ReadXml( 
       XmlElement controlNode
    )

    Parameters

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