'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the edge percent for smooth edge pie.")> <System.ComponentModel.DefaultValueAttribute(25)> Public Property PieEdgePercent As System.Single
'Usage
Dim instance As NPieSeries Dim value As System.Single instance.PieEdgePercent = value value = instance.PieEdgePercent
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the edge percent for smooth edge pie.")] [System.ComponentModel.DefaultValue(25)] public System.float PieEdgePercent {get; set;}