Xceed Chart for WinForms v4.4 Documentation
FillEffect Class Members
Properties  Methods 


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace : FillEffect Class

The following tables list the members exposed by FillEffect.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyThe description of the advanced gradient applied on this fill effect.  
Public PropertyThe ambient color of the FillEffectBase.  
Public PropertyThe starting color of a gradient or pattern. The default value is white.  
Public PropertyThe bitmap object used to create a texture if Type is set to FillEffectType.Image.  
Public PropertyThe color of the FillEffectBase.  
Public PropertyThe diffuse color of the FillEffectBase.  
Public PropertyThe emissive color of the FillEffectBase.  
Public PropertyThe end color of a gradient or pattern. The default value is black.  
Public PropertyControls the gradient style of the FillEffectBase.  
Public PropertyThe gradient variant of the FillEffectBase.  
Public PropertyThe pattern type of the fill effect.  
Public PropertyThe full path to an image file used to create a texture.  
Public PropertyA collection containing image filters applied with this fill effect  
Public PropertyThe mapping applied if the fill effect is of type gradient, pattern, image of advanced gradient.  
Public PropertyThe shininess of the FillEffectBase.  
Public PropertyThe specular color of the FillEffectBase.  
Public PropertyControls the type of the fill effect. The possible values are SolidColor, Gradient, Image, Pattern or AdvancedGradient.  
Top
Public Methods
 NameDescription
Public MethodCreates an exact replica of this FillEffectBase instance (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase)
Public MethodGenerates a preview bitmap of this fill effect with the specified dimensions.  
Public MethodGenerates a native brush of the current fill effect with the specified dimensions. This can be an instance of SolidBrush, LinearGradientBrush, PathGradientBrush or TextureBrush. (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase)
Public MethodGenerates a texture brush of the current fill effect with the specified dimensions. (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase)
Public MethodOverloaded. Initializes a fill effect from the properties of another fill effect object  
Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.GraphicsCore.FillEffectBase)
Public MethodUse this function to apply an advanced gradient fill effect. Note that this function will also change the current Mapping.  
Public MethodUse this function to apply a texture fill effect contained in a bitmap object. Note that this function will also change the current Mapping.  
Public MethodUse this function to apply a gradient fill effect. Note that this function will also change the current Mapping.  
Public MethodUse this function to apply a texture fill effect. Note that this function will also change the current Mapping.  
Public MethodUse this function to apply a pattern fill effect. Note that this function will also change the current Mapping.  
Public MethodLoads a predefined advanced gradient in the fill effect.  
Public MethodUse this function if you want to apply a solid color.  
Public MethodSets the transparency percent of the diffuse and ambient material colors.  
Public MethodOverloaded. Shows a fill effect dialog allowing you to visually edit the fill effect properties.  
Public MethodSynchronizes the current texture mapper with the Type property of the FillEffectBase.  
Top
See Also

Reference

FillEffect Class
Xceed.Chart.Standard Namespace