'Declaration <DescriptionAttribute("Specifies the way in which empty data points are visualized")> <DefaultValueAttribute()> <CategoryAttribute("Empty Data Points Appearance")> Public Property Mode As EmptyDataPointsAppearanceMode
'Usage Dim instance As EmptyDataPointsAppearance Dim value As EmptyDataPointsAppearanceMode instance.Mode = value value = instance.Mode
[Description("Specifies the way in which empty data points are visualized")] [DefaultValue()] [Category("Empty Data Points Appearance")] public EmptyDataPointsAppearanceMode Mode {get; set;}