Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / FillEffect Class / Mapping Property


In This Topic
    Mapping Property
    In This Topic
    The mapping applied if the fill effect is of type gradient, pattern, image of advanced gradient.
    Syntax
    'Declaration
     
    Public Property Mapping As FillEffectMapping
    'Usage
     
    Dim instance As FillEffect
    Dim value As FillEffectMapping
     
    instance.Mapping = value
     
    value = instance.Mapping
    public FillEffectMapping Mapping {get; set;}
    Remarks
    The FillEffectMapping object specifies how a texture is mapped on the object surface.
    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