Visual Basic (Declaration) | |
---|---|
Public Enum SeriesTypeSurface Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum SeriesTypeSurface : Enum |
Member | Description |
---|---|
Surface | Draws the surface using tiles. |
Contour | Fills the surface with contour lines and fills the gaps. |
SurfaceX | Similar to surface but with only x axis lines. |
SurfaceY | Similar to surface but with only y axis lines. |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.SeriesTypeSurface