'Declaration <DescriptionAttribute("Controls the way in which the data points are treated")> <DefaultValueAttribute()> <CategoryAttribute("General")> Public Property ValueMode As EmptyDataPointsValueMode
'Usage Dim instance As EmptyDataPoints Dim value As EmptyDataPointsValueMode instance.ValueMode = value value = instance.ValueMode
[Description("Controls the way in which the data points are treated")] [DefaultValue()] [Category("General")] public EmptyDataPointsValueMode ValueMode {get; set;}