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