Reads the chart property and data settings (chart description) from the specified string.
[Visual Basic]
Overrides Public Sub LoadChartFromString( _
ByVal str As String _
)
[C#]
override public void LoadChartFromString(
string str
);
[Delphi]
public procedure LoadChartFromString(
str: String
); override;
Parameters
str
String which contains chart description.
Remarks
This method loads the contents of the specified string in XML format into the chart. The string should contain the output of a call to SaveChartToString. If an error occurs, an appropriate exception is thrown indicating the cause of error.
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |