Saves the all of the contents of the control to the specified file, including data.
[Visual Basic]
Overloads Overrides Public Function SaveChartToString() As String
[C#]
override public string SaveChartToString()
[Delphi]
public function SaveChartToString(): String; overload; override;
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.
See Also
C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace | C1Chart.SaveChartToString Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |