Xceed Chart for WinForms v4.4 Documentation
MapMode Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > FillEffectMapping Class : MapMode Property
Controls the mapping mode used by the drawing engine.
Syntax
'Declaration
 
Public Property MapMode As MapMode
'Usage
 
Dim instance As FillEffectMapping
Dim value As MapMode
 
instance.MapMode = value
 
value = instance.MapMode
public MapMode MapMode {get; set;}
Remarks
There are three mapping types, but you'll most likely use only the relative to object mapping type (MapMode.RelativeToObject) where texture coordinates are computed relatively to the object position.
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

FillEffectMapping Class
FillEffectMapping Members