ChartPaintEventArgs.ChartGraphics プロパティ

定義

ChartGraphics オブジェクトを取得します。

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

プロパティ値

ChartGraphics オブジェクト。

注釈

描画イベント中にこのオブジェクト プロパティを使用して、次の操作を行います。

  • 相対座標または絶対グラフ座標との間の変換に役立ちます。

  • GDI+ Graphics オブジェクトを使用してカスタム描画を実行します。

適用対象