'Declaration <DescriptionAttribute("Controls the candle depth in percents of the chart floor grid depth.")> <CategoryAttribute("Options")> <DefaultValueAttribute()> Public Property CandleDepthPercent As Integer
'Usage Dim instance As StockSeries Dim value As Integer instance.CandleDepthPercent = value value = instance.CandleDepthPercent
[Description("Controls the candle depth in percents of the chart floor grid depth.")] [Category("Options")] [DefaultValue()] public int CandleDepthPercent {get; set;}