Xceed Chart for WinForms v4.4 Documentation
FillEffect Property (EmptyDataPointsAppearance)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > EmptyDataPointsAppearance Class : FillEffect Property
Controls the fill effect applied to the empty data points
Syntax
'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;}
Remarks
Empty data points which are visualized in series specific way are filled with this fill effect if the Mode is set to RegularCustomApprearance
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EmptyDataPointsAppearance Class
EmptyDataPointsAppearance Members