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