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





Gets or sets how surface points are added around the data points of the chart. This is a dependency property.

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

 Syntax

C#  Copy Code

public InterpolationType InterpolationType { get; set; }

Visual Basic  Copy Code

Public Property InterpolationType As InterpolationType

 Property Value

A member of the InterpolationType enumeration. The default is Bezier.

 Remarks

The InterpolationType property specifies the method that is used to calculate the location of the points close to a given chart data point.

 See Also

SurfaceChart Members
SurfaceChart Class
MindFusion.Charting.Wpf Namespace