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

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

    Parameters

    str
    String which contains chart description.
    See Also