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