次の方法で共有


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

属性

注釈

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

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

適用対象