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