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+ 执行的任何自定义绘图。

适用于