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