Nevron .NET Vision
Nevron.Chart Namespace / SurfaceFillMode Enumeration


In This Topic
    SurfaceFillMode Enumeration
    In This Topic
    Different filling styles of a surface series.
    Syntax
    'Declaration
     
    
    Public Enum SurfaceFillMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SurfaceFillMode
    public enum SurfaceFillMode : System.Enum 
    Members
    MemberDescription
    CustomColorseach surface data point has a custom color
    NoneNo filling at all.
    Uniformthe surface is filled with an uniform fill style
    ZoneThe surface filling is split into elevation zones according to a palette.
    ZoneTextureThe fill mode is the same as the Zone filling but its implementation is based on a 1D texture mapped along the height of the surface. It is much faster and should be used for large surfaces. Note that it is not applicable for flat surfaces.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.SurfaceFillMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also