'Declaration
<System.ComponentModel.CategoryAttribute("EmptyDataPoints")> <System.ComponentModel.DescriptionAttribute("Controlling the way in which empty data points are analyzed.")> Public Property EmptyDataPoints As NEmptyDataPoints
'Usage
Dim instance As NDataSeriesDouble Dim value As NEmptyDataPoints instance.EmptyDataPoints = value value = instance.EmptyDataPoints
[System.ComponentModel.Category("EmptyDataPoints")] [System.ComponentModel.Description("Controlling the way in which empty data points are analyzed.")] public NEmptyDataPoints EmptyDataPoints {get; set;}