Xceed Chart for WinForms v4.4 Documentation
BarFillEffect Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > BarSeries Class : BarFillEffect Property
Controls the fill effect applied on the bars.
Syntax
'Declaration
 
<CategoryAttribute("Series Appearance")>
<DescriptionAttribute("Controls the fill effect applied on the bars.")>
Public Property BarFillEffect As FillEffect
'Usage
 
Dim instance As BarSeries
Dim value As FillEffect
 
instance.BarFillEffect = value
 
value = instance.BarFillEffect
[Category("Series Appearance")]
[Description("Controls the fill effect applied on the bars.")]
public FillEffect BarFillEffect {get; set;}
Remarks
This fill effect is applied on the bars if the FillMode property of the Appearance class is set to Series.
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

BarSeries Class
BarSeries Members