Cursor.IntervalOffsetType 屬性

定義

取得或設定座標軸的資料指標和選取範圍的間隔位移類型。

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

屬性值

DateTimeIntervalType

DateTimeIntervalType 列舉值,決定間隔位移的度量單位。

屬性

備註

IntervalOffsetType屬性會決定間隔位移的類型(使用屬性指定) IntervalOffset

如果 IntervalOffsetType 屬性設定為 Auto ,則 IntervalType 會使用屬性設定。

注意

當您以程式設計方式設定範圍選取範圍或資料指標位置時,間隔相關屬性不會有任何作用。

適用於