Share via


ChartGraphics.Graphics プロパティ

定義

描画の目的で使用できる GDI+ Graphics オブジェクトを取得または設定します。

public:
 property System::Drawing::Graphics ^ Graphics { System::Drawing::Graphics ^ get(); void set(System::Drawing::Graphics ^ value); };
public System.Drawing.Graphics Graphics { get; set; }
member this.Graphics : System.Drawing.Graphics with get, set
Public Property Graphics As Graphics

プロパティ値

描画に使用する Graphics オブジェクト。

注釈

このオブジェクト プロパティを使用すると、GDI+ を使用して実行できる任意のカスタム描画を実行できます。

適用対象