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