Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / FillEffectMapping Class / HorizontalScale Property


In This Topic
    HorizontalScale Property
    In This Topic
    An additional scale in the X dimension to be applied to the texture when mapped.
    Syntax
    'Declaration
     
    Public Property HorizontalScale As Single
    'Usage
     
    Dim instance As FillEffectMapping
    Dim value As Single
     
    instance.HorizontalScale = value
     
    value = instance.HorizontalScale
    public float HorizontalScale {get; set;}
    Remarks
    The default value is 1.0f meaning no additional scaling.
    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