MindFusion.Wpf Pack Programmer's Guide
InterpolationType Enumeration
See Also
 





Defines shape types that are used when elevations are drawn at the surface chart.

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

 Syntax

C#  Copy Code

public enum InterpolationType

Visual Basic  Copy Code

Public Enum InterpolationType

 Members

  Member name Description

Bezier

Defines bezier interpolation type.

Linear

Defines linear interpolation type.

None

Defines no interpolation type.

 Remarks

Charts that use the Linear interpolation type have sharper edges than charts that use the Bezier interpolation type.

 See Also

MindFusion.Charting.Wpf Namespace