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