'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the edge percent of smooth edge bars and cut edge bars.")> <System.ComponentModel.DefaultValueAttribute(15)> Public Property BarEdgePercent As System.Single
'Usage
Dim instance As NBarSeriesBase Dim value As System.Single instance.BarEdgePercent = value value = instance.BarEdgePercent
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the edge percent of smooth edge bars and cut edge bars.")] [System.ComponentModel.DefaultValue(15)] public System.float BarEdgePercent {get; set;}