共用方式為


StripLine.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 列舉值。 預設值是 Auto

屬性

備註

根據預設,這個屬性會設定為 Auto ; 這個屬性的實際值是由屬性所決定 IntervalType

適用於