'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the lower errors.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property ShowLowerError As System.Boolean
'Usage
Dim instance As NBarSeries Dim value As System.Boolean instance.ShowLowerError = value value = instance.ShowLowerError
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the visibility of the lower errors.")] [System.ComponentModel.DefaultValue(false)] public System.bool ShowLowerError {get; set;}