Chart.DepthPercent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置三维图表的深度,以图表宽度的百分比表示(有效范围从 20% 到 2000%)。 读/写。
public:
property int DepthPercent { int get(); void set(int value); };
public int DepthPercent { get; set; }
member this.DepthPercent : int with get, set
Public Property DepthPercent As Integer
属性值
Integer
注解
该属性只适用于三维图表。