Loads chart description from a string.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.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 description.
Remarks
When a chart is saved to xml, the chart loads all the set properties into an xml file.
With the SaveChartToString method the chart can also write these properties to a string value.
This method then loads the chart from this string value.