'Declaration <DescriptionAttribute("Controls the predefined chart style")> <DefaultValueAttribute()> <CategoryAttribute("General")> Public Property PredefinedChartStyle As PredefinedChartStyle
'Usage Dim instance As Chart Dim value As PredefinedChartStyle instance.PredefinedChartStyle = value value = instance.PredefinedChartStyle
[Description("Controls the predefined chart style")] [DefaultValue()] [Category("General")] public PredefinedChartStyle PredefinedChartStyle {get; set;}