'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the bottom edge of smooth edge bars and cut edge bars.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property HasBottomEdge As System.Boolean
'Usage
Dim instance As NBarSeriesBase Dim value As System.Boolean instance.HasBottomEdge = value value = instance.HasBottomEdge
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the visibility of the bottom edge of smooth edge bars and cut edge bars.")] [System.ComponentModel.DefaultValue(true)] public System.bool HasBottomEdge {get; set;}