DrawPickTolerance Property |
The minimum distance that an event can be from a point or a line
and still be considered a hit.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int Tolerance { get; set; }
Public Overridable Property Tolerance As Integer
Get
Set
public:
virtual property int Tolerance {
int get ();
void set (int value);
}
abstract Tolerance : int with get, set
override Tolerance : int with get, set
Property Value
Type:
Int32
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