'Declaration
<System.ComponentModel.CategoryAttribute("Data Series")> <System.ComponentModel.DescriptionAttribute("Gets or sets the data series containing the lower errors.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property LowerErrors As NDataSeriesDouble
'Usage
Dim instance As NBarSeries Dim value As NDataSeriesDouble instance.LowerErrors = value value = instance.LowerErrors
[System.ComponentModel.Category("Data Series")] [System.ComponentModel.Description("Gets or sets the data series containing the lower errors.")] [System.Xml.Serialization.XmlIgnore()] public NDataSeriesDouble LowerErrors {get; set;}