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