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