Nevron .NET Vision
Nevron.Chart Namespace / InfinityDataPointsAppearanceMode Enumeration


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

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.InfinityDataPointsAppearanceMode

    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