2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / SaveChartToString Method / SaveChartToString() Method

In This Topic
    SaveChartToString() Method
    In This Topic
    Saves the all of the contents of the control to the specified file, including data.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function SaveChartToString() As System.String
    public override System.string SaveChartToString()

    Return Value

    The string which contains chart description.
    Remarks
    This method saves the chart contents to the specified string in XML format. If an error occurs, an appropriate exception is thrown indicating the cause of error.
    See Also