Version

SamplingThreshold Property

Gets or sets the maximum points which the surface chart will allow to render in the series mesh. If the count of items in the ItemsSource exceeds MaximumPoints, then sampling will be turned on, and the points will be consolidated into a regular grid with Sqrt(MaximumPoints) rows and Sqrt(MaximumPoints) columns.
Syntax
'Declaration
 
Public Property SamplingThreshold As Integer
public int SamplingThreshold {get; set;}
Remarks
If the count of items in the ItemsSource exceeds MaximumPoints, then sampling will be turned on, and the points will be consolidated into a regular grid with Sqrt(MaximumPoints) rows and Sqrt(MaximumPoints) columns.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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