Saves the chart properties and data to the specified string using optional formatting.
[Visual Basic]
Overloads Overrides Public Function SaveChartToString( _
ByVal formatting As Boolean _
) As String
[C#]
override public string SaveChartToString(
bool formatting
);
[Delphi]
public function SaveChartToString(
formatting: Boolean
): String; overload; override;
Parameters
formatting
Whether to use formatting in output 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
C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart.SaveChartToString Overload List | C1WebChart Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |