ChartArea.CursorX 屬性

定義

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

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

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

屬性

備註

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

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

適用於