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





Gets or sets the sensitivity with which the chart represents changes between adjacent data values. This is a dependency property.

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

 Syntax

C#  Copy Code

public double InterpolationSensitivity { get; set; }

Visual Basic  Copy Code

Public Property InterpolationSensitivity As Double

 Property Value

A double value. The default is 14.

 Remarks

Smaller values make for sharper surface contours and vice versa.

 See Also

SurfaceChart Members
SurfaceChart Class
MindFusion.Charting.Wpf Namespace