Axis.IsStartedFromZero 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得或設定一個旗標,指示如果所有資料點值皆為正,軸的最小值是否會自動設為零。 若有負數據點值,則使用該數據點的最小值。
public:
property bool IsStartedFromZero { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsStartedFromZero { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsStartedFromZero : bool with get, set
Public Property IsStartedFromZero As Boolean
屬性值
true當所有資料點值皆為正時,軸的最小值自動設為零;否則,。 false
- 屬性