次の方法で共有


Cursor.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 列挙値。

属性

注釈

プロパティ IntervalOffsetType は、 プロパティを使用して指定される間隔オフセットの種類を決定 IntervalOffset します。

プロパティが IntervalOffsetType に設定されている場合 Auto は、 IntervalType プロパティ設定が使用されます。

注意

範囲の選択またはカーソル位置がプログラムによって設定されている場合、間隔に関連するプロパティは効果がありません。

適用対象