'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the shape of the pie segments.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property PieStyle As PieStyle
'Usage Dim instance As PieSeries Dim value As PieStyle instance.PieStyle = value value = instance.PieStyle
[Category("Options")] [Description("Controls the shape of the pie segments.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PieStyle PieStyle {get; set;}