Specifies the type of a surface chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public enum SurfaceType |
Visual Basic Copy Code |
---|
Public Enum SurfaceType |
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. |