ChartArea.CursorX プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カーソルと 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
プロパティ値
カーソルと X 軸に沿った選択範囲に使用される Cursor オブジェクト。
- 属性
注釈
この Cursor オブジェクトは、X 軸カーソルとその選択した範囲に使用されます。 横棒グラフの種類を除くすべてのグラフでは、X 軸カーソルは垂直カーソルを表します。 横棒グラフの種類の場合、X 軸カーソルは水平カーソルを表します。
メンバーの Cursor 説明とサンプル ソース コードについては、クラスのドキュメントを参照してください。