Nevron .NET Vision
Nevron.Chart Namespace / EmptyDataPointsLabelMode Enumeration


In This Topic
    EmptyDataPointsLabelMode Enumeration
    In This Topic
    Enumerates data label modes for the empty data points.
    Syntax
    'Declaration
     
    
    Public Enum EmptyDataPointsLabelMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EmptyDataPointsLabelMode
    public enum EmptyDataPointsLabelMode : System.Enum 
    Members
    MemberDescription
    Normalempty data point labels are the same as normal data points' labels
    Specialempty data points labels use a special data label style
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.EmptyDataPointsLabelMode

    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