Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / C1Chart3D Class / SurfaceMeshAppearance Property


In This Topic
    SurfaceMeshAppearance Property (C1Chart3D)
    In This Topic
    Gets or sets the surface mesh appearance.
    Syntax
    'Declaration
     
    
    Public Property SurfaceMeshAppearance As SurfaceMeshAppearance
    'Usage
     
    
    Dim instance As C1Chart3D
    Dim value As SurfaceMeshAppearance
     
    instance.SurfaceMeshAppearance = value
     
    value = instance.SurfaceMeshAppearance
    public SurfaceMeshAppearance SurfaceMeshAppearance {get; set;}
    See Also