'Declaration <CategoryAttribute("Series Appearance")> <DescriptionAttribute("Controls the shadow of the series.")> Public Property Shadow As Shadow
'Usage Dim instance As SeriesBase Dim value As Shadow instance.Shadow = value value = instance.Shadow
[Category("Series Appearance")] [Description("Controls the shadow of the series.")] public Shadow Shadow {get; set;}