Save all the chart information, including data to the returned string with optional formatting.
[Visual Basic]
Overloads Public Function SaveChartToString( _
ByVal formatting As Boolean _
) As String
[C#]
public string SaveChartToString(
bool formatting
);
[Delphi]
public function SaveChartToString(
formatting: Boolean
): String; overload;
Parameters
formatting
Whether to use formatting in XML output.
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. |