'Declaration <CategoryAttribute("General")> <DefaultValueAttribute()> <DescriptionAttribute("Determines the mode in which the legend is filled with information about the series.")> Public Property Mode As SeriesLegendMode
'Usage Dim instance As SeriesLegend Dim value As SeriesLegendMode instance.Mode = value value = instance.Mode
[Category("General")] [DefaultValue()] [Description("Determines the mode in which the legend is filled with information about the series.")] public SeriesLegendMode Mode {get; set;}