Share via


Cursor.IntervalType 속성

정의

커서와 선택한 범위 축의 간격 유형을 가져오거나 설정합니다.

public:
 property System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType IntervalType { 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 IntervalType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IntervalType : System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType with get, set
Public Property IntervalType As DateTimeIntervalType

속성 값

DateTimeIntervalType

커서와 선택한 범위 축의 간격 유형입니다.

특성

설명

합니다 IntervalType 속성으로 지정 된 간격의 형식을 결정 합니다 Interval 속성입니다.

간격 유형을 이면 Auto, 간격에 대 한 측정 단위로 처리 됩니다는 double, 1 일에 해당 하는 경우 DateTime 값이 지정 되어 합니다.

참고

속성 간격 관련 영향을 주지 않습니다 경우는 범위 선택 또는 커서 위치는 프로그래밍 방식으로 설정 됩니다.

축 간격 유형이 시간 (예: 시간, 분 등)을 나타내는 경우 확대/축소 함수를 올바르게 사용 하기 위해를 IntervalType 시간 값으로 설정 해야 합니다. 예를 들어를 ChartArea1.AxisX.IntervalType을 시간 단위로, 하는 경우는 ChartArea1.CursorX.IntervalType 분으로 설정 수 없습니다.

적용 대상