ChartGraphics.Graphics Proprietà

Definizione

Ottiene o imposta un oggetto GDI+ Graphics che può essere utilizzato a scopo di disegno.

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

Valore della proprietà

Oggetto Graphics utilizzato per disegnare.

Commenti

È possibile usare questa proprietà dell'oggetto per eseguire qualsiasi disegno personalizzato che può essere eseguito usando GDI+.

Si applica a