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