Class SurfaceType
Specifies the type of surface.
Inheritance
System.Object
SurfaceType
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class SurfaceType : Enum
Fields
Contour
Represents the surface type as Contour.
Declaration
public const SurfaceType Contour
Field Value
| Type |
|---|
| SurfaceType |
Surface
Represents the surface type as Surface.
Declaration
public const SurfaceType Surface
Field Value
| Type |
|---|
| SurfaceType |
WireframeContour
Represents the surface type as WireframeContour.
Declaration
public const SurfaceType WireframeContour
Field Value
| Type |
|---|
| SurfaceType |
WireframeSurface
Represents the surface type as WireframeSurface.
Declaration
public const SurfaceType WireframeSurface
Field Value
| Type |
|---|
| SurfaceType |