Xceed Chart for WinForms v4.4 Documentation
Bitmap Property


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > FillEffect Class : Bitmap Property
The bitmap object used to create a texture if Type is set to FillEffectType.Image.
Syntax
'Declaration
 
Public Property Bitmap As Bitmap
'Usage
 
Dim instance As FillEffect
Dim value As Bitmap
 
instance.Bitmap = value
 
value = instance.Bitmap
public Bitmap Bitmap {get; set;}
Remarks
You can use this property if you want to assign a texture to the fill effect contained in a bitmap object. This is the case when the texture is dynamically generated or loaded from resource file.
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 Class
FillEffect Members