<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapChart Class / ReadXml Method / ReadXml(String) Method
Name of the file that contains the control settings.

In This Topic
    ReadXml(String) Method
    In This Topic
    Reads the control settings from a file.
    Syntax
    'Declaration
     
    Public Overloads Sub ReadXml( _
       ByVal path As String _
    ) 
    public void ReadXml( 
       string path
    )

    Parameters

    path
    Name of the file that contains the control settings.
    See Also