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