StripLine.StripWidthType 속성

정의

StripWidth 속성의 단위를 가져오거나 설정합니다.

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

속성 값

DateTimeIntervalType

두께 유형을 나타내는 DateTimeIntervalType 열거형 값입니다. 기본값은 Auto입니다.

특성

설명

이 속성에 사용 된 단위를 결정 합니다 StripWidth 속성입니다. 예를 들어, "1 주일" 나타내는 줄무늬를 설정 하려면을 설정할 수 있습니다이 속성 Weeks 설정의 StripWidth 속성을 하나로 (1.0).

이 속성의 값을 변경할 수 있습니다 AutoDateTime 관련 축 눈금 사용 하는 경우 값을 DateTime 값입니다.

적용 대상