The format of the date value in the data file (YYYY, MM, month, DD, hh, mm, ss, special characters).

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

Syntax

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

See Also