'Declaration <DescriptionAttribute("The expand strategy of the legend.")> <CategoryAttribute("General")> <DefaultValueAttribute()> Public Property ExpandMode As LegendExpandMode
'Usage Dim instance As LegendData Dim value As LegendExpandMode instance.ExpandMode = value value = instance.ExpandMode
[Description("The expand strategy of the legend.")] [Category("General")] [DefaultValue()] public LegendExpandMode ExpandMode {get; set;}