共用方式為


ChartArea.CursorY 屬性

定義

取得或設定 Cursor 物件,這個物件用於沿著 Y 軸的資料指標和選取範圍。

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

Cursor 物件,用於沿著 Y 軸的資料指標和選取範圍。

屬性

備註

Cursor 物件用於 Y 軸游標和其選取的範圍。 針對橫條圖類型以外的所有圖表,Y 軸游標代表水準游標。 若為橫條圖類型,Y 軸游標表示垂直游標。

請參閱 Cursor 類別檔以取得其成員的描述,以及範例原始程式碼。

適用於