'Declaration <CategoryAttribute("Series Appearance")> <DescriptionAttribute("Controls the appearance of the pies borders.")> Public Property PieBorder As LineProperties
'Usage Dim instance As PieSeries Dim value As LineProperties instance.PieBorder = value value = instance.PieBorder
[Category("Series Appearance")] [Description("Controls the appearance of the pies borders.")] public LineProperties PieBorder {get; set;}