Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / SurfaceMeshAppearance Enumeration


In This Topic
    SurfaceMeshAppearance Enumeration
    In This Topic
    Options for grid mesh appearance.
    Syntax
    'Declaration
     
    
    Public Enum SurfaceMeshAppearance 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SurfaceMeshAppearance
    public enum SurfaceMeshAppearance : System.Enum 
    Members
    MemberDescription
    NoneNo lines.
    XLines along x-axis.
    XYLines along x- and y-axes.
    YLines along y-axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.Chart3D.SurfaceMeshAppearance

    See Also