Xceed Chart for WinForms v4.4 Documentation
CreateTwoColorBasedGradient Method


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > AdvancedGradientFill Class : CreateTwoColorBasedGradient Method
This member is reserved for internal use and is not intended to be used directly from your code.
Syntax
'Declaration
 
Protected Sub CreateTwoColorBasedGradient( _
   ByVal Background As Color, _
   ByVal Color1 As Color, _
   ByVal Color2 As Color, _
   ByVal nVariant As Integer _
) 
'Usage
 
Dim instance As AdvancedGradientFill
Dim Background As Color
Dim Color1 As Color
Dim Color2 As Color
Dim nVariant As Integer
 
instance.CreateTwoColorBasedGradient(Background, Color1, Color2, nVariant)
protected void CreateTwoColorBasedGradient( 
   Color Background,
   Color Color1,
   Color Color2,
   int nVariant
)

Parameters

Background
Color1
Color2
nVariant
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

AdvancedGradientFill Class
AdvancedGradientFill Members