ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / SaveChartToString Method / SaveChartToString(Boolean) Method
Whether the output string is formatted.

In This Topic
    SaveChartToString(Boolean) Method
    In This Topic
    Save chart description to the string.
    Syntax
    'Declaration
     
    Public Overloads Function SaveChartToString( _
       ByVal formatting As System.Boolean _
    ) As System.String
    public System.string SaveChartToString( 
       System.bool formatting
    )

    Parameters

    formatting
    Whether the output string is formatted.

    Return Value

    String that contains chart description.
    Remarks
    When a chart is saved to xml, the chart loads all the set properties into an xml file. With the SaveChartToString method the chart can also write these properties to a string value. The chart can also be loaded from this string.
    See Also