Saves the chart properties and data to the specified string.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public override string SaveChartToString()
Visual Basic
Public Overrides Function SaveChartToString As String

Return Value

String that contains chart properties and data.

Remarks

Note that only the C1.Win.C1Chart properties and data are saved by this method. C1WebChart properties are not saved by this method.

See Also