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