ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase 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