'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the width of the candle in model units.")> Public Property ScaleCandleWidthWhenZooming As System.Boolean
'Usage
Dim instance As NStockSeries Dim value As System.Boolean instance.ScaleCandleWidthWhenZooming = value value = instance.ScaleCandleWidthWhenZooming
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the width of the candle in model units.")] public System.bool ScaleCandleWidthWhenZooming {get; set;}