ChartArea.CursorY 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 物件,用於沿著 Y 軸的資料指標和選取範圍。
- 屬性
備註
此 Cursor 物件用於 Y 軸游標和其選取的範圍。 針對橫條圖類型以外的所有圖表,Y 軸游標代表水準游標。 若為橫條圖類型,Y 軸游標表示垂直游標。
請參閱 Cursor 類別檔以取得其成員的描述,以及範例原始程式碼。