'Declaration
<System.ComponentModel.CategoryAttribute("Data Series")> <System.ComponentModel.DescriptionAttribute("Gets or sets the data series that contains the X sizes of the funnel data points")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property XSizes As NDataSeriesDouble
'Usage
Dim instance As NFunnelSeries Dim value As NDataSeriesDouble instance.XSizes = value value = instance.XSizes
[System.ComponentModel.Category("Data Series")] [System.ComponentModel.Description("Gets or sets the data series that contains the X sizes of the funnel data points")] [System.Xml.Serialization.XmlIgnore()] public NDataSeriesDouble XSizes {get; set;}