共用方式為


Grid.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

表示間隔類型的 DateTimeIntervalType 列舉值。 根據預設,座標軸標籤、主要刻度標記和主要格線不會設定此值 (透過使用 NotSet 列舉值)。 如果是次要刻度標記和格線,預設值為 Auto

屬性

備註

依預設,不會針對軸標籤、主要刻度和主要格線設定這個屬性。 如果未設定-依預設,會在設計階段明確地使用「未設定」,或在執行時間指派值給它,而 NotSet 此屬性的實際值是由圖表專案( IntervalOffsetType Axis 例如,物件)之物件的屬性所決定。

次要刻度和格線的間隔類型永遠不會受到屬性值的影響 IntervalType

間隔類型可以設定為 Auto ; 間隔類型則取決於所繪製物件的 X 值或 Y 值 DataPoint ,視適用專案所屬的軸而定。

IntervalType如果資料點的值為或值,則設定值軸的屬性只會有效果 DateTime double 。 此外, XValueType 繪製的或 YValueType 屬性 Series 必須設為 AutoDateTime

設定 IntervalType 類別目錄軸的屬性只有在屬性 (或屬性時才會有效果 XValueType YValueType ,這取決於所繪製物件的問題) 軸 SeriesAutoDateTime

注意

星期日視為一周的第一天。

適用於