'Declaration <CategoryAttribute("Empty Data Points Appearance")> <DescriptionAttribute("Controls the fill effect applied to the empty data points when the Mode is set to DifferentAppearance")> Public Property FillEffect As FillEffect
'Usage Dim instance As EmptyDataPointsAppearance Dim value As FillEffect instance.FillEffect = value value = instance.FillEffect
[Category("Empty Data Points Appearance")] [Description("Controls the fill effect applied to the empty data points when the Mode is set to DifferentAppearance")] public FillEffect FillEffect {get; set;}