Defines shape types that are used when elevations are drawn at the surface chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
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. |
RemarksCharts that use the Linear interpolation type have sharper edges than charts that use the Bezier interpolation type.
See Also