'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the width of the candle in model units.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property CandleWidth As NLength
'Usage
Dim instance As NStockSeries Dim value As NLength instance.CandleWidth = value value = instance.CandleWidth
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the width of the candle in model units.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength CandleWidth {get; set;}