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

适用于