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


In This Topic
    ENLineSegmentMode Enumeration
    In This Topic
    Enumerates the different line segment modes
    Syntax
    'Declaration
     
    
    Public Enum ENLineSegmentMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLineSegmentMode
    public enum ENLineSegmentMode : System.Enum 
    Members
    MemberDescription
    HVAscentVHDescentStepThe lines segment is represented by a HV segment if the segment is ascending and VH step if it is descending
    HVStepThe line segment is represented by a horizontal and then vertical step line
    SplineThe line segmented is represented by a spline
    StaightLineThe line segment is represented by a straight line
    VHAscentHVDescentStepThe lines segment is represented by a VH segment if the segment is ascending and HV step if it is descending
    VHStepThe line segment is represented by a vertical and then horizontal step line
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENLineSegmentMode

    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