StripLine.StripWidthType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 列挙値。 既定値は Auto です。
- 属性
注釈
このプロパティは、プロパティに使用する単位を決定し StripWidth ます。 たとえば、"1 週間" を表すストリップラインを設定するには、このプロパティをに設定 Weeks し、 StripWidth プロパティを 1 (1.0) に設定します。
Auto DateTime 関連する軸のスケールで値が使用されている場合は、このプロパティの値をから値に変更できます DateTime 。