2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / LoadChartTemplateFromFile Method
File name

In This Topic
    LoadChartTemplateFromFile Method
    In This Topic
    Reads the chart property and settings (chart description) and images from the specified file.
    Syntax
    'Declaration
     
    Public Sub LoadChartTemplateFromFile( _
       ByVal Filename As System.String _
    ) 
    public void LoadChartTemplateFromFile( 
       System.string Filename
    )

    Parameters

    Filename
    File name
    Remarks
    This method loads the contents of the specified file in XML format into the chart. The file should contain the output of a call to SaveChartTemplateToFile. If chart element images were present at the time the SaveChartTemplateToFile was called, the appropriate images are also reset to the saved values. If an error occurs during the file open, reading or chart drawing, an appropriate exception is thrown indicating the cause of error.
    See Also