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


In This Topic
    ENHighLowAppearanceMode Enumeration
    In This Topic
    Enumerates the high low appearance modes
    Syntax
    'Declaration
     
    
    Public Enum ENHighLowAppearanceMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENHighLowAppearanceMode
    public enum ENHighLowAppearanceMode : System.Enum 
    Members
    MemberDescription
    GenericThe filling and stroke of the high low segments are generic (taken from the data points)
    HighLowThe filling and stroke of the high low segments is taken from the HighFill, LowFill, HighStroke and LowStroke properties of the series.
    PaletteThe filling is determined by a palette
    Inheritance Hierarchy

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

    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