Nevron .NET Vision
Nevron.Chart Namespace / NStockSeries Class / UseSecondaryStrokeForDownCandles Property


In This Topic
    UseSecondaryStrokeForDownCandles Property
    In This Topic
    Controls whether a different stroke style is used for the high-low line of downward candles.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls whether a different stroke style is used for the high-low line of downward candles.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property UseSecondaryStrokeForDownCandles As System.Boolean
    'Usage
     
    
    Dim instance As NStockSeries
    Dim value As System.Boolean
     
    instance.UseSecondaryStrokeForDownCandles = value
     
    value = instance.UseSecondaryStrokeForDownCandles
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls whether a different stroke style is used for the high-low line of downward candles.")]
    [System.ComponentModel.DefaultValue(false)]
    public System.bool UseSecondaryStrokeForDownCandles {get; set;}
    Remarks
    By default set to false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also