'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the total angle displayed as a pie.")> <DefaultValueAttribute(360)> Public Property TotalAngle As Integer
'Usage Dim instance As PieSeries Dim value As Integer instance.TotalAngle = value value = instance.TotalAngle
[Category("Options")] [Description("Controls the total angle displayed as a pie.")] [DefaultValue(360)] public int TotalAngle {get; set;}