How often data should be reloaded (time in seconds). Works only when data is loaded from external file

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

Syntax

C#
public int ReloadDataInterval { get; set; }
Visual Basic (Declaration)
Public Property ReloadDataInterval As Integer
Visual C++
public:
property int ReloadDataInterval {
	int get ();
	void set (int value);
}

See Also