Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENEmptyDataPointsAppearanceMode Enumeration


In This Topic
    ENEmptyDataPointsAppearanceMode Enumeration
    In This Topic
    Different appearance modes for the empty data points.
    Syntax
    'Declaration
     
    
    Public Enum ENEmptyDataPointsAppearanceMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENEmptyDataPointsAppearanceMode
    public enum ENEmptyDataPointsAppearanceMode : 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.Nov.Chart.ENEmptyDataPointsAppearanceMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also