'Declaration <DefaultValueAttribute()> <CategoryAttribute("General")> <DescriptionAttribute("Defines the custom value assigned to empty data points when the ValueMode is set to CustomValue")> Public Property CustomValue As Double
'Usage Dim instance As EmptyDataPoints Dim value As Double instance.CustomValue = value value = instance.CustomValue
[DefaultValue()] [Category("General")] [Description("Defines the custom value assigned to empty data points when the ValueMode is set to CustomValue")] public double CustomValue {get; set;}