AllowFastMath Property (IAxis)
Gets or sets whether it's allowed to use fast math when rendering axis. This enables using faster but less precise calculations in some cases. Due to lower precision this may cause issues with very large or very small values. Be especially careful when applying this to ever-growing charts (for example, when your X axis value grows over time unconstrained) as this may cause artifacts to appear only after hours (or days) of runtime.
Syntax
bool AllowFastMath {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