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