Xceed Chart for WinForms v4.4 Documentation
DefaultFillEffect Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Appearance Class : DefaultFillEffect Property
The default fill effect.
Syntax
'Declaration
 
<DescriptionAttribute("The default fill effect. Used when the Mode property is set to DataPoints, but the user has not specified any data point Fill Effects")>
<CategoryAttribute("Default Appearance")>
Public Property DefaultFillEffect As FillEffect
'Usage
 
Dim instance As Appearance
Dim value As FillEffect
 
instance.DefaultFillEffect = value
 
value = instance.DefaultFillEffect
[Description("The default fill effect. Used when the Mode property is set to DataPoints, but the user has not specified any data point Fill Effects")]
[Category("Default Appearance")]
public FillEffect DefaultFillEffect {get; set;}
Remarks
When the FillMode property is set to AppearanceFillMode.DataPoints and the data series accessible with the help of the FillEffects property is empty the component will use this fill effect to fill the series data points.
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

Appearance Class
Appearance Members