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





Specifies the type of a surface chart.

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

 Syntax

C#  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

MindFusion.Charting.Wpf Namespace