Loads the chart properties and data from the specified string.
Namespace:
C1.Web.C1WebChartAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
| C# |
|---|
public override void LoadChartFromString( string s ) |
| Visual Basic |
|---|
Public Overrides Sub LoadChartFromString ( _ s As String _ ) |
Parameters
- s
- Type: System..::..String
String that contains chart properties and data.
Remarks
Note that only the C1.Win.C1Chart properties and data are loaded by this method.
C1WebChart properties are not loaded by this method.