Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / AdvancedGradientPoint Class
Members


In This Topic
    AdvancedGradientPoint Class
    In This Topic
    Represents an advanced gradient point.
    Object Model
    AdvancedGradientPoint Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class AdvancedGradientPoint 
    'Usage
     
    Dim instance As AdvancedGradientPoint
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class AdvancedGradientPoint 
    Remarks
    An advanced gradient consists of a background color and an arbitrary number of color points. Each point has properties for shape, color, intensity and rotation (applicable when the shape is line or rectangle).
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.GraphicsCore.AdvancedGradientPoint

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected Internal FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Internal FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Internal FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Internal FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Internal FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected Internal FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe angle of rotation of the point shape.  
    Public PropertyThe color of the advanced gradient point.  
    Public PropertyThe intensity of the color point.  
    Public PropertyThe shape of the advanced gradient point.  
    Public PropertyThe horizontal position of the gradient point.  
    Public PropertyThe vertical position of the gradient point.  
    Top
    Public Methods
     NameDescription
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    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