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