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 ます。 たとえば、"1 週間" を表すストリップラインを設定するには、このプロパティをに設定 Weeks し、 StripWidth プロパティを 1 (1.0) に設定します。

Auto DateTime 関連する軸のスケールで値が使用されている場合は、このプロパティの値をから値に変更できます DateTime

適用対象