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