'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the width of the candle in model units.")> <DefaultValueAttribute()> Public Property CandleWidth As Single
'Usage Dim instance As StockSeries Dim value As Single instance.CandleWidth = value value = instance.CandleWidth
[Category("Options")] [Description("Controls the width of the candle in model units.")] [DefaultValue()] public float CandleWidth {get; set;}