'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls whether the pie must be centered in spider non overlap mode.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property CenterPie As System.Boolean
'Usage
Dim instance As NPieChart Dim value As System.Boolean instance.CenterPie = value value = instance.CenterPie
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls whether the pie must be centered in spider non overlap mode.")] [System.ComponentModel.DefaultValue(false)] public System.bool CenterPie {get; set;}