'Declaration <DescriptionAttribute("Controls the edge percent for smooth edge pie.")> <DefaultValueAttribute()> <CategoryAttribute("Options")> Public Property PieEdgePercent As Integer
'Usage Dim instance As PieSeries Dim value As Integer instance.PieEdgePercent = value value = instance.PieEdgePercent
[Description("Controls the edge percent for smooth edge pie.")] [DefaultValue()] [Category("Options")] public int PieEdgePercent {get; set;}