Loads the chart properties and data from the specified file.
[Visual Basic]
Overrides Public Sub LoadChartFromFile( _
ByVal filename As String _
)
[C#]
override public void LoadChartFromFile(
string filename
);
[Delphi]
public procedure LoadChartFromFile(
filename: String
); override;
Parameters
filename
File name.
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. |