ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.SaveChartToString Method

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

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.