Xceed Chart for WinForms v4.4 Documentation
Points Property


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace > AdvancedGradientFill Class : Points Property
An array of AdvancedGradientPoint objects, which describe the advanced gradient.
Syntax
'Declaration
 
Public Property Points As AdvancedGradientPointArray
'Usage
 
Dim instance As AdvancedGradientFill
Dim value As AdvancedGradientPointArray
 
instance.Points = value
 
value = instance.Points
public AdvancedGradientPointArray Points {get; set;}
Remarks
Each object in the collection represents an advanced gradient point with properties for shape, color, position, rotation and intensity.
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