Nevron .NET Vision
Nevron.Chart Namespace / InfinityDataPointsLabelMode Enumeration


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

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.InfinityDataPointsLabelMode

    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