Xceed Chart for WinForms v4.4 Documentation
FillEffect Class
Members 


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace : FillEffect Class
This object controls the filling applied on the object it is attached to. The FillEffect object packs together the properties necessary to apply solid color, gradient, texture (image), pattern or advanced gradient. You control the type of the filling by modifying the Type property. As well as modifying the filling parameters you can also specify how the filling is to be applied on the 3D object by using the GLTextureMapper object attached to the FillEffect. The FillEffect also encompasses the material properties which affect the appearance of the object when lighting is turned on.
Object Model
FillEffect Class
Syntax
'Declaration
 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Standard.FillEffectTypeEditor, Xceed.Chart.Standard.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class FillEffect 
   Inherits Xceed.Chart.GraphicsCore.FillEffectBase
'Usage
 
Dim instance As FillEffect
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Standard.FillEffectTypeEditor, Xceed.Chart.Standard.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class FillEffect : Xceed.Chart.GraphicsCore.FillEffectBase 
Inheritance Hierarchy

System.Object
   Xceed.Chart.GraphicsCore.FillEffectBase
      Xceed.Chart.Standard.FillEffect

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

FillEffect Members
Xceed.Chart.Standard Namespace