SeriesTypeSurface Enumeration
Specifies how a surface series type will be shown on the chart.
Syntax
'Declaration Public Enum SeriesTypeSurface Inherits System.Enum
'Usage Dim instance As SeriesTypeSurface
public enum SeriesTypeSurface : System.Enum
Members
Member | Description |
---|---|
Contour | Fills the surface with contour lines and fills the gaps. |
Surface | Draws the surface using tiles. |
SurfaceX | Similar to surface but with only x axis lines. |
SurfaceY | Similar to surface but with only y axis lines. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.SeriesTypeSurface
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also