ChartArea.IsSameFontSizeForAllAxes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,決定相關圖表區域座標軸的標籤大小是否一致。
public:
property bool IsSameFontSizeForAllAxes { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsSameFontSizeForAllAxes { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsSameFontSizeForAllAxes : bool with get, set
Public Property IsSameFontSizeForAllAxes As Boolean
屬性值
true
如果其 IsLabelAutoFit 屬性設定 true
為 的所有座標軸都會使用相同的字型大小來顯示其標籤,則為 , false
否則為 。
- 屬性
備註
控制項會自動計算 Chart 字型大小,並符合所使用的大小上限。
此屬性會套用至其 IsLabelAutoFit 屬性設定為 true
的所有圖表分區座標軸。