Specifies the type of a surface chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum SurfaceType |
Visual Basic
Copy Code
|
|---|
Public Enum SurfaceType |
Members| Member name | Description | |
|---|---|---|
![]() |
Both |
Indicates that the chart should display both scatter and surface. |
![]() |
Scatter |
Indicates that the chart should display scatter marks. |
![]() |
Surface |
Indicates that the chart should display a surface. |
See Also