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

In This Topic
    SaveChartAndImagesToFile Method
    In This Topic
    Saves the all of the contents of the control to the specified file, including data.
    Syntax
    'Declaration
     
    Public Sub SaveChartAndImagesToFile( _
       ByVal Filename As System.String _
    ) 
    public void SaveChartAndImagesToFile( 
       System.string Filename
    )

    Parameters

    Filename
    File name
    Remarks
    This method saves the chart contents to the specified file in XML format. If an error occurs during the file creation and writing, an appropriate exception is thrown indicating the cause of error.
    See Also