MinVisibleLengthPx Property
Gets or sets the minimum screen length in pixels below which a vector is not drawn. Vectors whose stem length (in screen pixels) is shorter than this value are skipped entirely, including all color resolution and draw calls. Uses squared comparison internally to avoid Math.Sqrt per vector. Set to 0 (the default) to disable the check.
Syntax
public double MinVisibleLengthPx {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also