Axis.IntervalOffsetType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定軸的區間偏移類型。
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
屬性值
軸的區間偏移類型。 預設值為 Auto。
- 屬性
備註
此性質決定軸的區間偏移類型,並用於軸標籤的區間偏移類型,若軸元素本身 IntervalOffsetType 的屬性值設為 NotSet,則用於主要刻度標記或格線。
將此屬性設為 NotSet 會產生一個值 被 Auto 使用(只有軸元素如主要格線等可設定為 NotSet)。
備註
軸的次要格線與刻度標記從不使用此性質作為其區間偏移類型。
軸的區間由性質 IntervalOffset 決定。