Overload List
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;
Save all the chart information, including data to the returned string with optional formatting.
[Visual Basic] Overloads Public Function SaveChartToString(Boolean) As String
[C#] public string SaveChartToString(bool);
[Delphi] public function SaveChartToString(Boolean) : String; overload;
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |