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


In This Topic
    ENCandleShape Enumeration
    In This Topic
    Defines the shape of the candle. This custom type is accepted by the CandleStyle property of the NStockSeries object.
    Syntax
    'Declaration
     
    
    Public Enum ENCandleShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCandleShape
    public enum ENCandleShape : System.Enum 
    Members
    MemberDescription
    RectangleThe open and close values are the begin and end z coordinates of a rectangle
    StickThe open and close values are displayed as tick marks on the line connecting the high and low values
    Inheritance Hierarchy

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

    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