The minimum distance that an event can be from a point or a line and still be considered a hit.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

An int containing the minimum distance that an event can be from a point or a line and still be considered a hit.

See Also