if true, a unique number will be added every time flash loads data. Mainly this feature is useful if you set ReloadDataInterval

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

Syntax

C#
public bool AddTimeStamp { get; set; }
Visual Basic (Declaration)
Public Property AddTimeStamp As Boolean
Visual C++
public:
property bool AddTimeStamp {
	bool get ();
	void set (bool value);
}

See Also