'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the edge percent of smooth edge bars and cut edge bars.")> <DefaultValueAttribute()> Public Property BarEdgePercent As Integer
'Usage Dim instance As FloatBarSeries 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()] public int BarEdgePercent {get; set;}