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합니다.

적용 대상