[]
Use the members of this enumeration to set the value of the GradientStyle property in the Style class and the GradientStyle property in the PlotArea class.
public enum GradientStyleEnum
Name | Description |
---|---|
Diagonal | From left-bottom (BackColor) to right-top (BackColor2). |
DiagonalBack | From left-top (BackColor) to right-bottom (BackColor2). |
DiagonalBackCenter | From center (BackColor) to left-top and right-bottom (BackColor2). |
DiagonalCenter | From center (BackColor) to left-bottom and right-top (BackColor2). |
FromCenter | From center (BackColor) to corners (BackColor2). |
Horizontal | From left (BackColor) to right (BackColor2). |
HorizontalCenter | From center (BackColor) to left and right (BackColor2). |
None | No gradient filling. |
Radial | From center (BackColor) to corners (BackColor2) in radial direction. |
Vertical | From top (BackColor) to bottom (BackColor2). |
VerticalCenter | From center (BackColor) to top and bottom (BackColor2). |