'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether full pie sectors (360 degrees) should be displayed as circles.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property ShowFullPieAsCircle As System.Boolean
'Usage
Dim instance As NPieSeries Dim value As System.Boolean instance.ShowFullPieAsCircle = value value = instance.ShowFullPieAsCircle
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets a value indicating whether full pie sectors (360 degrees) should be displayed as circles.")] [System.ComponentModel.DefaultValue(false)] public System.bool ShowFullPieAsCircle {get; set;}