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