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