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