'Declaration <DescriptionAttribute("Controls the mode of the data labels.")> <DefaultValueAttribute()> <CategoryAttribute("General")> Public Property Mode As DataLabelsMode
'Usage Dim instance As DataLabels Dim value As DataLabelsMode instance.Mode = value value = instance.Mode
[Description("Controls the mode of the data labels.")] [DefaultValue()] [Category("General")] public DataLabelsMode Mode {get; set;}