'Declaration
Public Overrides Sub LoadChartFromString( _
ByVal s As System.String _
)
public override void LoadChartFromString(
System.string s
)
Parameters
s
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.