ResamplingPrecision Property (BaseRenderableSeries)
Gets or sets the resampling precision for this series. Zero is the default precision, 1 indicates double precision, 2 indicates quad and so on. Higher precision results in more points after the resampling step and will increase visual accuracy at the expense of performance
Syntax
public uint ResamplingPrecision {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