'Declaration
<System.ComponentModel.CategoryAttribute("Data Series")> <System.ComponentModel.DescriptionAttribute("Gets or sets the data series holding the detachments of the pies.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Detachments As NDataSeriesDouble
'Usage
Dim instance As NPieSeries Dim value As NDataSeriesDouble instance.Detachments = value value = instance.Detachments
[System.ComponentModel.Category("Data Series")] [System.ComponentModel.Description("Gets or sets the data series holding the detachments of the pies.")] [System.Xml.Serialization.XmlIgnore()] public NDataSeriesDouble Detachments {get; set;}