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