共用方式為


ChartArea.IsSameFontSizeForAllAxes 屬性

定義

取得或設定旗標,決定相關圖表區域座標軸的標籤大小是否一致。

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

屬性值

Boolean

true 如果將其屬性設定為的所有座標軸都 IsLabelAutoFit true 將使用相同的字型大小顯示其標籤,則為,否則為 false

屬性

備註

字型大小會由控制項自動計算 Chart ,大小最大且最適合使用的大小。

這個屬性會套用至其屬性設定為的所有圖表區域軸 IsLabelAutoFit true

適用於