Nevron .NET Vision
Nevron.Chart Namespace / EmptyDataPointsAppearanceMode Enumeration


In This Topic
    EmptyDataPointsAppearanceMode Enumeration
    In This Topic
    Different appearance modes for the empty data points.
    Syntax
    'Declaration
     
    
    Public Enum EmptyDataPointsAppearanceMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EmptyDataPointsAppearanceMode
    public enum EmptyDataPointsAppearanceMode : System.Enum 
    Members
    MemberDescription
    Noneempty data points are not displayed
    Normalempty data points are displayed as if they are normal data points
    Specialempty data points are displayed with a special (user defined) filling and border styles
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.EmptyDataPointsAppearanceMode

    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