'Declaration <DefaultValueAttribute()> <CategoryAttribute("Options")> <DescriptionAttribute("Controls the visibility of the bottom edge of smooth edge bars and cut edge bars.")> Public Property HasBottomEdge As Boolean
'Usage Dim instance As BarSeries Dim value As Boolean instance.HasBottomEdge = value value = instance.HasBottomEdge
[DefaultValue()] [Category("Options")] [Description("Controls the visibility of the bottom edge of smooth edge bars and cut edge bars.")] public bool HasBottomEdge {get; set;}