共用方式為


CursorEventArgs.ChartArea 屬性

定義

取得 ChartArea 物件,資料指標或範圍選取屬於這個物件。

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartArea ^ ChartArea { System::Windows::Forms::DataVisualization::Charting::ChartArea ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.ChartArea ChartArea { get; }
member this.ChartArea : System.Windows.Forms.DataVisualization.Charting.ChartArea
Public ReadOnly Property ChartArea As ChartArea

屬性值

型別為 ChartArea 的物件,表示範圍選取或資料指標所屬的圖表區域。

備註

屬性 ChartArea 會在根 Chart 物件的下列事件中公開: CursorPositionChangedCursorPositionChangingSelectionRangeChangedSelectionRangeChanging

這個屬性可用來:

  • 決定要引發事件的圖表區域;這在知道圖表影像中有多個圖表區域時很有用。

  • 取得和設定圖表區域屬性,例如 BackColor

適用於