다음을 통해 공유


Axis.LabelStyle 속성

정의

축의 LabelStyle 속성을 가져오거나 설정합니다.

public:
 property System::Web::UI::DataVisualization::Charting::LabelStyle ^ LabelStyle { System::Web::UI::DataVisualization::Charting::LabelStyle ^ get(); void set(System::Web::UI::DataVisualization::Charting::LabelStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LabelStyle LabelStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.LabelStyle : System.Web.UI.DataVisualization.Charting.LabelStyle with get, set
Public Property LabelStyle As LabelStyle

속성 값

LabelStyle 축 레이블 스타일을 정의하는 개체입니다.

특성

설명

축 레이블의 스타일, 서식 등을 지정하려면 이 속성을 사용합니다.

속성이 IsLabelAutoFittrue글꼴 크기, 글꼴 각도 및 오프셋 레이블 사용이 자동으로 결정됩니다. LabelStyle.Font.Size Angle 또는 IsStaggered 속성 중 하나를 설정하면 속성이 IsLabelAutoFit .로 false설정됩니다.

시간이 없는 날짜로 구성된 형식이 레이블 DateTime 에 사용되고 사용되는 데이터 요소 값이 시간을 지정하는 경우 레이블 서식으로 인해 표시되지 않더라도 시간은 데이터 요소의 위치에 영향을 줍니다.

적용 대상