| Visual Basic (Declaration) | |
|---|---|
Public Enum GradientType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum GradientType : Enum | |
| Member | Description |
|---|---|
| Horizontal | A horizontal gradient is drawn. |
| Vertical | A vertical gradient is drawn. |
| DiagonalUp | The gradient is drawn from bottom left to top right. |
| DiagonalDown | The gradient is drawn from top left to bottom right. |
| FromCenter | A radial gradient is drawn from the center. |
| FromCorner | A radial gradient is drawn to the center. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Chart.Graphics.GradientType