Share via


ChartArea.IsSameFontSizeForAllAxes プロパティ

定義

関連するグラフ エリアの軸のラベルのサイズが同じかどうかを示すフラグを取得または設定します。

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 プロパティが IsLabelAutoFittrue 設定されているすべての軸に同じフォント サイズを使用してラベルが表示される場合は 。それ以外の場合 falseは 。

属性

注釈

フォント サイズはコントロールによって Chart 自動的に計算され、使用されているサイズに合ったサイズが最も大きくなります。

このプロパティは、プロパティが に設定されているすべてのグラフ面軸 IsLabelAutoFittrue適用されます。

適用対象