'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the series begin radius percent.")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property BeginRadiusPercent As System.Single
'Usage
Dim instance As NPieSeries Dim value As System.Single instance.BeginRadiusPercent = value value = instance.BeginRadiusPercent
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the series begin radius percent.")] [System.ComponentModel.DefaultValue(0)] public System.float BeginRadiusPercent {get; set;}