Gets or sets image renewal interval.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also