'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;}