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如果属性设置为 的所有轴IsLabelAutoFit都将使用相同的字号显示其标签,则为 ;否则为 falsetrue

属性

注解

字体大小由 Chart 控件自动计算,使用的最大字号适合使用。

此属性适用于属性 IsLabelAutoFit 设置为 true的所有图表面积轴。

适用于