'Declaration
<System.ComponentModel.CategoryAttribute("Data Series")> <System.ComponentModel.DescriptionAttribute("Gets or sets the Data Series that holds the Y values of the vector end points.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Y2Values As NDataSeriesDouble
'Usage
Dim instance As NRangeSeriesBase Dim value As NDataSeriesDouble instance.Y2Values = value value = instance.Y2Values
[System.ComponentModel.Category("Data Series")] [System.ComponentModel.Description("Gets or sets the Data Series that holds the Y values of the vector end points.")] [System.Xml.Serialization.XmlIgnore()] public NDataSeriesDouble Y2Values {get; set;}