'Declaration Public Enum GradientStyle Inherits System.Enum
'Usage Dim instance As GradientStyle
public enum GradientStyle : System.Enum
'Declaration Public Enum GradientStyle Inherits System.Enum
'Usage Dim instance As GradientStyle
public enum GradientStyle : System.Enum
Member | Description |
---|---|
DiagonalDown | Diagonal gradient with direction from the bottom right corner to the top left corner. |
DiagonalUp | Diagonal gradient with direction from the bottom left corner to the top right corner. |
FromCenter | Gradient starting from the center. |
FromCorner | Diagonal gradient starting from one of the four corners. |
Horizontal | Horizontal gradient. |
Vertical | Vertical gradient. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.GraphicsCore.GradientStyle
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