'Declaration <CategoryAttribute("Data Series")> <DescriptionAttribute("Gives you access to the data Series holding the detachments of the pies..")> Public Property Detachments As DataSeries
'Usage Dim instance As PieSeries Dim value As DataSeries instance.Detachments = value value = instance.Detachments
[Category("Data Series")] [Description("Gives you access to the data Series holding the detachments of the pies..")] public DataSeries Detachments {get; set;}