Nevron .NET Vision
Nevron.Chart Namespace / InfinityDataPointsMarkerMode Enumeration


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

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.InfinityDataPointsMarkerMode

    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