DrawingMode Property (UniformContourRenderableSeriesViewModel)
When Fast, and the DirectX Renderer is enabled, uses a fast GPU-based shader calculation to perform extremely fast rendering of contours. When Accurate, a more accurate (but slower) software calculation is performed for contours, regardless of whether DirectX is enabled or not.
Syntax
public DrawingMode DrawingMode {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