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