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