dotnetCHARTING Send comments on this topic.
SeriesTypeSurface Enumeration
See Also  
dotnetCHARTING Namespace : SeriesTypeSurface Enumeration


Specifies how a surface series type will be shown on the chart.

Syntax

Visual Basic (Declaration) 
Public Enum SeriesTypeSurface 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SeriesTypeSurface
C# 
public enum SeriesTypeSurface : Enum 

Members

MemberDescription
SurfaceDraws the surface using tiles.
ContourFills the surface with contour lines and fills the gaps.
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

See Also

© 2021 All Rights Reserved.