Saves the C1WebChart current state to a base64 string.

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

Syntax

C#
public string SaveWebChartToString()
Visual Basic
Public Function SaveWebChartToString As String

Return Value

A base64 string that contains the C1.Web.C1WebChart current state.

Remarks

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

See Also