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