共用方式為


StripLine.StripWidthType 屬性

定義

取得或設定 StripWidth 屬性的測量單位。

public:
 property System::Windows::Forms::DataVisualization::Charting::DateTimeIntervalType StripWidthType { 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 StripWidthType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.StripWidthType : System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType with get, set
Public Property StripWidthType As DateTimeIntervalType

屬性值

DateTimeIntervalType

表示寬度類型的 DateTimeIntervalType 列舉值。 預設值是 Auto

屬性

備註

這個屬性會決定屬性所使用的單位 StripWidth 。 例如,若要設定用來表示「一周」的帶狀線,您可以將這個屬性設定為 Weeks ,並將 StripWidth 屬性設定為一個 (1.0) 。

Auto DateTime 當相關的軸刻度使用值時,您可以將這個屬性的值從變更為值 DateTime

適用於