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


In This Topic
    UpHighLowStroke Property
    In This Topic
    Gets or sets the stroke style applied to the high low line of up oriented candles.
    Syntax
    'Declaration
     
    
    Public Property UpHighLowStroke As NStroke
    'Usage
     
    
    Dim instance As NStockSeries
    Dim value As NStroke
     
    instance.UpHighLowStroke = value
     
    value = instance.UpHighLowStroke
    public NStroke UpHighLowStroke {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