ChartArea.CursorY プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カーソルと Y 軸に沿った選択範囲に使用される Cursor オブジェクトを取得または設定します。
public:
property System::Windows::Forms::DataVisualization::Charting::Cursor ^ CursorY { 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 CursorY { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.CursorY : System.Windows.Forms.DataVisualization.Charting.Cursor with get, set
Public Property CursorY As Cursor
プロパティ値
カーソルと Y 軸に沿った選択範囲に使用される Cursor オブジェクト。
- 属性
注釈
この Cursor オブジェクトは、Y 軸カーソルとその選択した範囲に使用されます。 横棒グラフの種類を除くすべてのグラフでは、Y 軸カーソルは水平カーソルを表します。 横棒グラフの種類の場合、Y 軸カーソルは垂直カーソルを表します。
メンバーの Cursor 説明とサンプル ソース コードについては、クラスのドキュメントを参照してください。