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