.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : SeriesTypeSurface Enumeration
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
MemberDescription
ContourFills the surface with contour lines and fills the gaps.
SurfaceDraws the surface using tiles.
SurfaceXSimilar to surface but with only x axis lines.
SurfaceYSimilar 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