StripLine.StripWidthType 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
속성의 측정 단위를 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 너비 유형을 나타내는 열거형 값입니다. 기본값은 Auto입니다.
- 특성
설명
이 속성은 속성에 사용되는 단위를 결정합니다 StripWidth . 예를 들어 "1주일"을 나타내는 줄무늬 선을 설정하려면 이 속성을 Weeks 1로 설정하고 속성을 1(1.0)로 설정할 StripWidth 수 있습니다.
관련 축 눈금에서 AutoDateTime 값을 사용하는 경우 이 속성의 값을 값으로 DateTime 변경할 수 있습니다.