Click or drag to resize
DrawMapTolerance Property
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.2.0
Syntax
public virtual int Tolerance { 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