C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DData Class / LoadDataFromFile Method / LoadDataFromFile(String,DataFormatEnum) Method
File name.
Data format.

In This Topic
LoadDataFromFile(String,DataFormatEnum) Method
In This Topic
Load the contents of the current Chart3DData object from the specified file using specified format.
Syntax
'Declaration
 
Public Overloads Sub LoadDataFromFile( _
   ByVal filename As System.String, _
   ByVal dataFormat As DataFormatEnum _
) 
 

Parameters

filename
File name.
dataFormat
Data format.
Remarks
This method loads the current Chart3DData object with the contents to the specified file in specified data format. If an error occurs during the file reading, an appropriate exception is thrown indicating the cause of error.
See Also