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+ 執行的自訂繪圖。

適用於