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