This documentation is archived and is not being maintained.
GradientStyle Enumeration
Visual Studio 2010
Specifies a gradient style to be used for a chart element.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| None | No gradient is applied. | |
| LeftRight | Gradient is applied from left to right. | |
| TopBottom | Gradient is applied from top to bottom. | |
| Center | Gradient is applied from the center outwards. | |
| DiagonalLeft | Gradient is applied diagonally from left to right. | |
| DiagonalRight | Gradient is applied diagonally from right to left. | |
| HorizontalCenter | Gradient is applied horizontally from the center outwards. | |
| VerticalCenter | Gradient is applied vertically from the center outwards. |
The GradientStyle enumeration represents a gradient style, and is used with the BackGradientStyle property of the Chart.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: