GradientStyle 枚举 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定要用于图表元素的渐变样式。
public enum class GradientStyle
	public enum GradientStyle
	type GradientStyle = 
	Public Enum GradientStyle
		- 继承
 
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Center | 3 | 渐变是从中心向外应用的。  | 
			
| DiagonalLeft | 4 | 渐变是沿对角方向从左向右应用的。  | 
			
| DiagonalRight | 5 | 渐变是沿对角方向从右向左应用的。  | 
			
| HorizontalCenter | 6 | 渐变是沿水平方向从中心向外应用的。  | 
			
| LeftRight | 1 | 渐变是从左向右应用的。  | 
			
| None | 0 | 不应用渐变。  | 
			
| TopBottom | 2 | 渐变是从上到下应用的。  | 
			
| VerticalCenter | 7 | 渐变是沿垂直方向从中心向外应用的。  | 
			
注解
枚举GradientStyle表示渐变样式,并与 的 Chart属性一起使用BackGradientStyle。