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