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