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 ます。

適用対象