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