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