ChartArea3DStyle.Perspective 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 3D 圖表區域的透視百分比。
public:
property int Perspective { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int Perspective { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Perspective : int with get, set
Public Property Perspective As Integer
屬性值
integer
值,表示 3D 圖表區域的透視百分比。 允許範圍為百分之 0 到 100,預設值為百分之 0。
- 屬性
備註
與投影平面平行的任何一組平行線的透視投影會交集到消失點。
如果您設定 Perspective 屬性, IsRightAngleAxes 屬性會自動設定為 false
,因為這些屬性互斥。