Load the contents of the current Chart3DData object from the specified file using specified format.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public void LoadDataFromFile(
	string filename,
	DataFormatEnum dataFormat
)
Visual Basic
Public Sub LoadDataFromFile ( _
	filename As String, _
	dataFormat As DataFormatEnum _
)

Parameters

filename
Type: System..::..String
File name.
dataFormat
Type: C1.Win.C1Chart3D..::..DataFormatEnum
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