MindFusion.Wpf Pack Programmer's Guide
SurfaceChart.PointMergeThreshold Property
See Also
 





The threshold for merging points.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double PointMergeThreshold { get; set; }

Visual Basic  Copy Code

Public Property PointMergeThreshold As Double

 Property Value

A double value that indicates the biggest distance at which two points will be merged into one to increase performance. Default value is 0.2

 Remarks

For better performance increase the value of the property. Note that this might decrease quality

 See Also

SurfaceChart Members
SurfaceChart Class
MindFusion.Charting.Wpf Namespace