The threshold for merging points.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double PointMergeThreshold { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PointMergeThreshold As Double |
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
RemarksFor better performance increase the value of the property. Note that this might decrease quality
See Also