The text that will be displayed if the data file is corrupt, or there is no data in the file. (If the data file is not found, or is completely empty, the error message will be “Error loading file”.)

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ErrorInDataFileMessageText { get; set; }
Visual Basic (Declaration)
Public Property ErrorInDataFileMessageText As String
Visual C++
public:
property String^ ErrorInDataFileMessageText {
	String^ get ();
	void set (String^ value);
}

See Also