Xceed Chart for WinForms v4.4 Documentation
AdvancedGradientPoint Constructor(Color,Single,Single,Single,Single,AGPointShape)


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > AdvancedGradientPoint Class > AdvancedGradientPoint Constructor : AdvancedGradientPoint Constructor(Color,Single,Single,Single,Single,AGPointShape)
The color of the point.
The horizontal position of the point in the gradient in percents, whereas 0 means left most and 100% right most.
The vertical position of the point in the gradient in percents, whereas 0 means top most and 100% bottom most.
The rotation of the point shape relative to its center when the shape is rectangle or line.
The intensisity of the point in the range [0, 100].
The shape of the point.
Creates a new advanced gradient point with the specified properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal angle As Single, _
   ByVal intensity As Single, _
   ByVal shape As AGPointShape _
)
'Usage
 
Dim color As Color
Dim x As Single
Dim y As Single
Dim angle As Single
Dim intensity As Single
Dim shape As AGPointShape
 
Dim instance As New AdvancedGradientPoint(color, x, y, angle, intensity, shape)
public AdvancedGradientPoint( 
   Color color,
   float x,
   float y,
   float angle,
   float intensity,
   AGPointShape shape
)

Parameters

color
The color of the point.
x
The horizontal position of the point in the gradient in percents, whereas 0 means left most and 100% right most.
y
The vertical position of the point in the gradient in percents, whereas 0 means top most and 100% bottom most.
angle
The rotation of the point shape relative to its center when the shape is rectangle or line.
intensity
The intensisity of the point in the range [0, 100].
shape
The shape of the point.
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

AdvancedGradientPoint Class
AdvancedGradientPoint Members
Overload List