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

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

注釈

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

適用対象