ChartArea.CursorY プロパティ

定義

カーソルと 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

プロパティ値

Cursor

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

属性

注釈

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

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

適用対象