2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / LoadChartFromString Method
String which contains chart description.

In This Topic
    LoadChartFromString Method
    In This Topic
    Reads the chart property and data settings (chart description) from the specified string.
    Syntax
    'Declaration
     
    Public Overrides Sub LoadChartFromString( _
       ByVal str As System.String _
    ) 
    public override void LoadChartFromString( 
       System.string str
    )

    Parameters

    str
    String which contains chart description.
    Remarks
    This method loads the contents of the specified string in XML format into the chart. The string should contain the output of a call to SaveChartToString. If an error occurs, an appropriate exception is thrown indicating the cause of error.
    See Also