Loads the chart properties and data from the specified string.
[Visual Basic]
Overrides Public Sub LoadChartFromString( _
ByVal s As String _
)
[C#]
override public void LoadChartFromString(
string s
);
[Delphi]
public procedure LoadChartFromString(
s: String
); override;
Parameters
s
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.
See Also
C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace | C1WebChart Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |