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