2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / SaveChartToString Method

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

    Return Value

    The string which contains chart description.
    See Also