Xceed Chart for WinForms v4.4 Documentation
GradientStyle Enumeration


Xceed.Chart.GraphicsCore.v4.4 Assembly > Xceed.Chart.GraphicsCore Namespace : GradientStyle Enumeration
Defines the style of the gradient or in other words the way the starting color fades into the ending color. For more information see the FillEffect object description in the Object Reference.
Syntax
'Declaration
 
Public Enum GradientStyle 
   Inherits System.Enum
'Usage
 
Dim instance As GradientStyle
public enum GradientStyle : System.Enum 
Members
MemberDescription
DiagonalDownDiagonal gradient with direction from the bottom right corner to the top left corner.
DiagonalUpDiagonal gradient with direction from the bottom left corner to the top right corner.
FromCenterGradient starting from the center.
FromCornerDiagonal gradient starting from one of the four corners.
HorizontalHorizontal gradient.
VerticalVertical gradient.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Chart.GraphicsCore.GradientStyle

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

Xceed.Chart.GraphicsCore Namespace