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