'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the visibility of the bottom edge of smooth edge bars and cut edge bars.")> <DefaultValueAttribute(True)> Public Property HasBottomEdge As Boolean
'Usage Dim instance As FloatBarSeries 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(true)] public bool HasBottomEdge {get; set;}