Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NStockSeries Class / DownHighLowStroke Property


In This Topic
    DownHighLowStroke Property
    In This Topic
    Gets or sets a stroke style applied to the high low line of downward oriented candles.
    Syntax
    'Declaration
     
    
    Public Property DownHighLowStroke As NStroke
    'Usage
     
    
    Dim instance As NStockSeries
    Dim value As NStroke
     
    instance.DownHighLowStroke = value
     
    value = instance.DownHighLowStroke
    public NStroke DownHighLowStroke {get; set;}
    Remarks
    This stroke style is applied if the CandleShape is set to Candle.
    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