Axis.LabelStyle 속성

정의

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

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

속성 값

LabelStyle

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

특성

설명

이 속성을 사용 하 여 스타일, 서식 지정 및 축 레이블의 등입니다.

경우는 IsLabelAutoFit 속성은 true, 글꼴 크기, 글꼴 각도 및 레이블의 오프셋을 사용 하 여 자동으로 결정 됩니다. LabelStyle.Font.Size, 중 하나를 설정 하는 경우 Angle 또는 IsStaggered 속성을 IsLabelAutoFit 속성에 설정할 false합니다.

레이블에 사용 되는 시간 없이 날짜의 구성 된 형식이 있는지 확인 하며 DateTime 시간을 지정 하는 데 사용 되는 데이터 요소 값, 시간 레이블 서식 지정으로 인해 표시 되지 않습니다 하는 경우에 데이터 요소의 위치를 적용 됩니다.

적용 대상