Axis.LabelAutoFitStyle 속성

정의

레이블을 축을 따라 맞출 수 있도록 하기 위한 허용되는 레이블 변경 사항을 가져오거나 설정합니다.

public:
 property System::Web::UI::DataVisualization::Charting::LabelAutoFitStyles LabelAutoFitStyle { System::Web::UI::DataVisualization::Charting::LabelAutoFitStyles get(); void set(System::Web::UI::DataVisualization::Charting::LabelAutoFitStyles value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles LabelAutoFitStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LabelAutoFitStyle : System.Web.UI.DataVisualization.Charting.LabelAutoFitStyles with get, set
Public Property LabelAutoFitStyle As LabelAutoFitStyles

속성 값

LabelAutoFitStyles

레이블을 축을 따라 맞출 수 있도록 하기 위한 허용되는 레이블 변경 사항을 지정하는 LabelAutoFitStyles 열거형 값입니다.

특성

설명

이 옵션을 사용하는 경우 IsLabelAutoFit 속성은 true로 설정해야 합니다.

적용 대상