共用方式為


Axis.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。 預設值是 Auto

屬性

備註

此屬性會決定座標軸的間隔類型,如果座標軸元素的自有 IntervalType 屬性值設定 NotSet 為 ,則會用於座標軸標籤的間隔類型、主要刻度或主要格線。

將這個屬性設定為 NotSet 會導致使用 的值 Auto 。 只有座標軸元素,例如格線,可以設定為 NotSet

注意 座標軸的次要格線和刻度標記永遠不會針對其間隔類型使用這個屬性。

座標軸的間隔取決於 Interval 屬性。

重要

如果軸間隔類型是以小時、分鐘等時程表示,則為了正確 IntervalType 縮放,也必須設定為時間值。 例如,如果 ChartArea1.AxisX.IntervalType 設定為小時,則 ChartArea1.CursorX.IntervalType 可以設定為分鐘。

適用於