Saves the chart properties and data to the specified string using optional formatting.
Namespace:
C1.Web.C1WebChartAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
C# |
---|
public override string SaveChartToString( bool formatting ) |
Visual Basic |
---|
Public Overrides Function SaveChartToString ( _ formatting As Boolean _ ) As String |
Parameters
- formatting
- Type: System..::..Boolean
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.