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


VerticalScale Property
An additional scale in the Y dimension to be applied to the texture when mapped.
Syntax
'Declaration
 
Public Property VerticalScale As Single
 
'Usage
 
Dim instance As FillEffectMapping
Dim value As Single
 
instance.VerticalScale = value
 
value = instance.VerticalScale
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