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