ChartArea.CursorX プロパティ

定義

カーソルと X 軸に沿った選択範囲に使用される Cursor オブジェクトを取得または設定します。

public:
 property System::Windows::Forms::DataVisualization::Charting::Cursor ^ CursorX { System::Windows::Forms::DataVisualization::Charting::Cursor ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::Cursor ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public System.Windows.Forms.DataVisualization.Charting.Cursor CursorX { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.CursorX : System.Windows.Forms.DataVisualization.Charting.Cursor with get, set
Public Property CursorX As Cursor

プロパティ値

Cursor

カーソルと X 軸に沿った選択範囲に使用される Cursor オブジェクト。

属性

注釈

この Cursor オブジェクトは、X 軸カーソルとその選択した範囲に使用されます。 横棒グラフの種類を除くすべてのグラフでは、X 軸カーソルは垂直カーソルを表します。 横棒グラフの種類の場合、X 軸カーソルは水平カーソルを表します。

メンバーの Cursor 説明とサンプル ソース コードについては、クラスのドキュメントを参照してください。

適用対象