Share via


StripLine.IntervalType 屬性

定義

取得或設定 StripLine 物件的間隔類型。

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

屬性

備註

間隔類型可以設定為 Auto ,在此情況下,類型相依于:繪圖 DataPoint 物件的 X 值或 Y 數值型別 - 視物件所屬的軸 StripLine 和軸刻度而定。

屬性 Interval 會決定繪製帶狀或線條的頻率。

適用於