Defines shape types that are used when elevations are drawn at the surface chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public enum InterpolationType |
Visual Basic Copy Code |
---|
Public Enum InterpolationType |
Member name | Description | |
---|---|---|
Bezier |
Defines bezier interpolation type. |
|
Linear |
Defines linear interpolation type. |
|
None |
Defines no interpolation type. |
Charts that use the Linear interpolation type have sharper edges than charts that use the Bezier interpolation type.