Saves the all of the contents of the control to the specified file, including data.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public override string SaveChartToString() |
Visual Basic |
---|
Public Overrides Function SaveChartToString As String |
Return Value
The string which contains chart description.Remarks
This method saves the chart contents to the specified string in XML format.
If an error occurs, an appropriate exception is thrown indicating the cause of error.